Html Css Color HEX #8AA169 Chelsea Cucumber

📋 copy color: '#8AA169'

red 138 ◦ green 161 ◦ blue 105

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

Shades of Chelsea Cucumber #8AA169

Tints of Chelsea Cucumber #8AA169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.99%

R = 34.16%
G = 39.85%
B = 25.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#8AA169 (or 0x8AA169) is known color: Chelsea Cucumber. HEX triplet: 8A, A1 and 69. RGB value is (138,161,105). Sum of RGB (Red+Green+Blue) = 138+161+105=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA169 is #755E96. Grayscale: #939393. Windows color (decimal): -7691927 or 6922634. OLE color: 6922634.

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

Color convert

RGB 138 161 105 -
CMYK 0.14 0 0.35 0.37
HSL 84.64º 0.23% 0.52% -
HSV(B) 84.64º 0.35% 0.63% -
XYZ 25.78 31.91 18.17 -
YUV 147.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 138 161 105 0.14 0 0.35 0.37 84.64 0.23 0.52
Hex 8A A1 69 E 0 23 25 55 17 34
Octal 212 241 151 16 0 43 45 125 27 64
Binary 10001010 10100001 1101001 1110 0 100011 100101 1010101 10111 110100

Color Harmonies of #8AA169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA169

Black with #8AA169

Text Example


Text Example

White with #8AA169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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