Html Css Color HEX #8AAB5E Chelsea Cucumber

📋 copy color: '#8AAB5E'

red 138 ◦ green 171 ◦ blue 94

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

Shades of Chelsea Cucumber #8AAB5E

Tints of Chelsea Cucumber #8AAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 34.24%
G = 42.43%
B = 23.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#8AAB5E (or 0x8AAB5E) is known color: Chelsea Cucumber. HEX triplet: 8A, AB and 5E. RGB value is (138,171,94). Sum of RGB (Red+Green+Blue) = 138+171+94=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB5E is #7554A1. Grayscale: #989898. Windows color (decimal): -7689378 or 6204298. OLE color: 6204298.

HSL color Cylindrical-coordinate representation of color #8AAB5E: hue angle of 85.71º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AAB5E is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 171 94 -
CMYK 0.19 0 0.45 0.33
HSL 85.71º 0.31% 0.52% -
HSV(B) 85.71º 0.45% 0.67% -
XYZ 27.06 35.34 15.98 -
YUV 152.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 138 171 94 0.19 0 0.45 0.33 85.71 0.31 0.52
Hex 8A AB 5E 13 0 2D 21 56 1F 34
Octal 212 253 136 23 0 55 41 126 37 64
Binary 10001010 10101011 1011110 10011 0 101101 100001 1010110 11111 110100

Color Harmonies of #8AAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB5E

Black with #8AAB5E

Text Example


Text Example

White with #8AAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,171,94); }

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

background-color css

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

 a { background-color: rgb(138,171,94); }

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

border-color css

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

 span { border-color: rgb(138,171,94); }

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