Html Css Color HEX #8AA16B Chelsea Cucumber

📋 copy color: '#8AA16B'

red 138 ◦ green 161 ◦ blue 107

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

Shades of Chelsea Cucumber #8AA16B

Tints of Chelsea Cucumber #8AA16B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.66%

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 33.99%
G = 39.66%
B = 26.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#8AA16B (or 0x8AA16B) is known color: Chelsea Cucumber. HEX triplet: 8A, A1 and 6B. RGB value is (138,161,107). Sum of RGB (Red+Green+Blue) = 138+161+107=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA16B is #755E94. Grayscale: #949494. Windows color (decimal): -7691925 or 7053706. OLE color: 7053706.

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

Color convert

RGB 138 161 107 -
CMYK 0.14 0 0.34 0.37
HSL 85.56º 0.22% 0.53% -
HSV(B) 85.56º 0.34% 0.63% -
XYZ 25.88 31.95 18.71 -
YUV 147.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 138 161 107 0.14 0 0.34 0.37 85.56 0.22 0.53
Hex 8A A1 6B E 0 22 25 56 16 35
Octal 212 241 153 16 0 42 45 126 26 65
Binary 10001010 10100001 1101011 1110 0 100010 100101 1010110 10110 110101

Color Harmonies of #8AA16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA16B

Black with #8AA16B

Text Example


Text Example

White with #8AA16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,161,107); }

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

background-color css

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

 a { background-color: rgb(138,161,107); }

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

border-color css

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

 span { border-color: rgb(138,161,107); }

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