Html Css Color HEX #83A750 Chelsea Cucumber

📋 copy color: '#83A750'

red 131 ◦ green 167 ◦ blue 80

#83A750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #83A750

Tints of Chelsea Cucumber #83A750

RGB

 RED value IS 131 (51.56% from 255) = 34.66%

 GREEN value IS 167 (65.63% from 255) = 44.18%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 34.66%
G = 44.18%
B = 21.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#83A750 (or 0x83A750) is known color: Chelsea Cucumber. HEX triplet: 83, A7 and 50. RGB value is (131,167,80). Sum of RGB (Red+Green+Blue) = 131+167+80=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #83A750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A750 is #7C58AF. Grayscale: #929292. Windows color (decimal): -8149168 or 5285763. OLE color: 5285763.

HSL color Cylindrical-coordinate representation of color #83A750: hue angle of 84.83º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83A750 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 167 80 -
CMYK 0.22 0 0.52 0.35
HSL 84.83º 0.35% 0.48% -
HSV(B) 84.83º 0.52% 0.65% -
XYZ 24.63 33.04 12.67 -
YUV 146.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 131 167 80 0.22 0 0.52 0.35 84.83 0.35 0.48
Hex 83 A7 50 16 0 34 23 55 23 30
Octal 203 247 120 26 0 64 43 125 43 60
Binary 10000011 10100111 1010000 10110 0 110100 100011 1010101 100011 110000

Color Harmonies of #83A750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A750

Black with #83A750

Text Example


Text Example

White with #83A750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A750; }

 p { color: rgb(131,167,80); }

 H1.HeaderClassName
 {
   color: #83A750;
 }
 .AnyTagClassName
 {
   color: #83A750;
 }
</style>

background-color css

<style>
 a { background-color: #83A750; }

 a { background-color: rgb(131,167,80); }

 div.DivClassName
 {
   background-color: #83A750;
 }
 .BgClassName
 {
   background-color: #83A750;
 }
</style>

border-color css

<style>
 span { border-color: #83A750; }

 span { border-color: rgb(131,167,80); }

 td.TdClassName
 {
   border-color: #83A750;
 }
 .TagClassName
 {
   border-color: #83A750;
 }
</style>