Html Css Color HEX #8AA059 Chelsea Cucumber

📋 copy color: '#8AA059'

red 138 ◦ green 160 ◦ blue 89

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

Shades of Chelsea Cucumber #8AA059

Tints of Chelsea Cucumber #8AA059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23%

R = 35.66%
G = 41.34%
B = 23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#8AA059 (or 0x8AA059) is known color: Chelsea Cucumber. HEX triplet: 8A, A0 and 59. RGB value is (138,160,89). Sum of RGB (Red+Green+Blue) = 138+160+89=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA059 is #755FA6. Grayscale: #919191. Windows color (decimal): -7692199 or 5873802. OLE color: 5873802.

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

Color convert

RGB 138 160 89 -
CMYK 0.14 0 0.44 0.37
HSL 78.59º 0.29% 0.49% -
HSV(B) 78.59º 0.44% 0.63% -
XYZ 24.86 31.27 14.18 -
YUV 145.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 138 160 89 0.14 0 0.44 0.37 78.59 0.29 0.49
Hex 8A A0 59 E 0 2C 25 4F 1D 31
Octal 212 240 131 16 0 54 45 117 35 61
Binary 10001010 10100000 1011001 1110 0 101100 100101 1001111 11101 110001

Color Harmonies of #8AA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA059

Black with #8AA059

Text Example


Text Example

White with #8AA059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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