Html Css Color HEX #8AAB5F Chelsea Cucumber

📋 copy color: '#8AAB5F'

red 138 ◦ green 171 ◦ blue 95

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

Shades of Chelsea Cucumber #8AAB5F

Tints of Chelsea Cucumber #8AAB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 34.16%
G = 42.33%
B = 23.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#8AAB5F (or 0x8AAB5F) is known color: Chelsea Cucumber. HEX triplet: 8A, AB and 5F. RGB value is (138,171,95). Sum of RGB (Red+Green+Blue) = 138+171+95=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB5F is #7554A0. Grayscale: #989898. Windows color (decimal): -7689377 or 6269834. OLE color: 6269834.

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

Color convert

RGB 138 171 95 -
CMYK 0.19 0 0.44 0.33
HSL 86.05º 0.31% 0.52% -
HSV(B) 86.05º 0.44% 0.67% -
XYZ 27.11 35.36 16.22 -
YUV 152.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 138 171 95 0.19 0 0.44 0.33 86.05 0.31 0.52
Hex 8A AB 5F 13 0 2C 21 56 1F 34
Octal 212 253 137 23 0 54 41 126 37 64
Binary 10001010 10101011 1011111 10011 0 101100 100001 1010110 11111 110100

Color Harmonies of #8AAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB5F

Black with #8AAB5F

Text Example


Text Example

White with #8AAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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