Html Css Color HEX #8AAB5B Chelsea Cucumber

📋 copy color: '#8AAB5B'

red 138 ◦ green 171 ◦ blue 91

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

Shades of Chelsea Cucumber #8AAB5B

Tints of Chelsea Cucumber #8AAB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.75%

R = 34.5%
G = 42.75%
B = 22.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#8AAB5B (or 0x8AAB5B) is known color: Chelsea Cucumber. HEX triplet: 8A, AB and 5B. RGB value is (138,171,91). Sum of RGB (Red+Green+Blue) = 138+171+91=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB5B is #7554A4. Grayscale: #989898. Windows color (decimal): -7689381 or 6007690. OLE color: 6007690.

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

Color convert

RGB 138 171 91 -
CMYK 0.19 0 0.47 0.33
HSL 84.75º 0.32% 0.51% -
HSV(B) 84.75º 0.47% 0.67% -
XYZ 26.93 35.28 15.29 -
YUV 152.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 138 171 91 0.19 0 0.47 0.33 84.75 0.32 0.51
Hex 8A AB 5B 13 0 2F 21 55 20 33
Octal 212 253 133 23 0 57 41 125 40 63
Binary 10001010 10101011 1011011 10011 0 101111 100001 1010101 100000 110011

Color Harmonies of #8AAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB5B

Black with #8AAB5B

Text Example


Text Example

White with #8AAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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