Html Css Color HEX #8AAB65 Chelsea Cucumber

📋 copy color: '#8AAB65'

red 138 ◦ green 171 ◦ blue 101

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

Shades of Chelsea Cucumber #8AAB65

Tints of Chelsea Cucumber #8AAB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.63%

R = 33.66%
G = 41.71%
B = 24.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#8AAB65 (or 0x8AAB65) is known color: Chelsea Cucumber. HEX triplet: 8A, AB and 65. RGB value is (138,171,101). Sum of RGB (Red+Green+Blue) = 138+171+101=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB65 is #75549A. Grayscale: #999999. Windows color (decimal): -7689371 or 6663050. OLE color: 6663050.

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

Color convert

RGB 138 171 101 -
CMYK 0.19 0 0.41 0.33
HSL 88.29º 0.29% 0.53% -
HSV(B) 88.29º 0.41% 0.67% -
XYZ 27.39 35.47 17.71 -
YUV 153.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 138 171 101 0.19 0 0.41 0.33 88.29 0.29 0.53
Hex 8A AB 65 13 0 29 21 58 1D 35
Octal 212 253 145 23 0 51 41 130 35 65
Binary 10001010 10101011 1100101 10011 0 101001 100001 1011000 11101 110101

Color Harmonies of #8AAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB65

Black with #8AAB65

Text Example


Text Example

White with #8AAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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