Html Css Color HEX #8AA050 Chelsea Cucumber

📋 copy color: '#8AA050'

red 138 ◦ green 160 ◦ blue 80

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

Shades of Chelsea Cucumber #8AA050

Tints of Chelsea Cucumber #8AA050

RGB

 RED value IS 138 (54.3% from 255) = 36.51%

 GREEN value IS 160 (62.89% from 255) = 42.33%

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

R = 36.51%
G = 42.33%
B = 21.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#8AA050 (or 0x8AA050) is known color: Chelsea Cucumber. HEX triplet: 8A, A0 and 50. RGB value is (138,160,80). Sum of RGB (Red+Green+Blue) = 138+160+80=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA050 is #755FAF. Grayscale: #909090. Windows color (decimal): -7692208 or 5283978. OLE color: 5283978.

HSL color Cylindrical-coordinate representation of color #8AA050: hue angle of 76.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AA050 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 160 80 -
CMYK 0.14 0 0.5 0.37
HSL 76.5º 0.33% 0.47% -
HSV(B) 76.5º 0.5% 0.63% -
XYZ 24.5 31.12 12.31 -
YUV 144.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 138 160 80 0.14 0 0.5 0.37 76.5 0.33 0.47
Hex 8A A0 50 E 0 32 25 4C 21 2F
Octal 212 240 120 16 0 62 45 114 41 57
Binary 10001010 10100000 1010000 1110 0 110010 100101 1001100 100001 101111

Color Harmonies of #8AA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA050

Black with #8AA050

Text Example


Text Example

White with #8AA050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA050; }

 p { color: rgb(138,160,80); }

 H1.HeaderClassName
 {
   color: #8AA050;
 }
 .AnyTagClassName
 {
   color: #8AA050;
 }
</style>

background-color css

<style>
 a { background-color: #8AA050; }

 a { background-color: rgb(138,160,80); }

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

border-color css

<style>
 span { border-color: #8AA050; }

 span { border-color: rgb(138,160,80); }

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