Html Css Color HEX #8AA266 Chelsea Cucumber

📋 copy color: '#8AA266'

red 138 ◦ green 162 ◦ blue 102

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

Shades of Chelsea Cucumber #8AA266

Tints of Chelsea Cucumber #8AA266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

 BLUE value IS 102 (40.23% from 255) = 25.37%

R = 34.33%
G = 40.3%
B = 25.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#8AA266 (or 0x8AA266) is known color: Chelsea Cucumber. HEX triplet: 8A, A2 and 66. RGB value is (138,162,102). Sum of RGB (Red+Green+Blue) = 138+162+102=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA266 is #755D99. Grayscale: #949494. Windows color (decimal): -7691674 or 6726282. OLE color: 6726282.

HSL color Cylindrical-coordinate representation of color #8AA266: hue angle of 84º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA266 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 162 102 -
CMYK 0.15 0 0.37 0.36
HSL 84º 0.24% 0.52% -
HSV(B) 84º 0.37% 0.64% -
XYZ 25.8 32.2 17.43 -
YUV 147.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 138 162 102 0.15 0 0.37 0.36 84 0.24 0.52
Hex 8A A2 66 F 0 25 24 54 18 34
Octal 212 242 146 17 0 45 44 124 30 64
Binary 10001010 10100010 1100110 1111 0 100101 100100 1010100 11000 110100

Color Harmonies of #8AA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA266

Black with #8AA266

Text Example


Text Example

White with #8AA266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,162,102); }

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

background-color css

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

 a { background-color: rgb(138,162,102); }

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

border-color css

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

 span { border-color: rgb(138,162,102); }

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