Html Css Color HEX #8AA16C Chelsea Cucumber

📋 copy color: '#8AA16C'

red 138 ◦ green 161 ◦ blue 108

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

Shades of Chelsea Cucumber #8AA16C

Tints of Chelsea Cucumber #8AA16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 33.91%
G = 39.56%
B = 26.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#8AA16C (or 0x8AA16C) is known color: Chelsea Cucumber. HEX triplet: 8A, A1 and 6C. RGB value is (138,161,108). Sum of RGB (Red+Green+Blue) = 138+161+108=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA16C is #755E93. Grayscale: #949494. Windows color (decimal): -7691924 or 7119242. OLE color: 7119242.

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

Color convert

RGB 138 161 108 -
CMYK 0.14 0 0.33 0.37
HSL 86.04º 0.22% 0.53% -
HSV(B) 86.04º 0.33% 0.63% -
XYZ 25.93 31.98 18.99 -
YUV 148.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 138 161 108 0.14 0 0.33 0.37 86.04 0.22 0.53
Hex 8A A1 6C E 0 21 25 56 16 35
Octal 212 241 154 16 0 41 45 126 26 65
Binary 10001010 10100001 1101100 1110 0 100001 100101 1010110 10110 110101

Color Harmonies of #8AA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA16C

Black with #8AA16C

Text Example


Text Example

White with #8AA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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