Html Css Color HEX #8AA26B Chelsea Cucumber

📋 copy color: '#8AA26B'

red 138 ◦ green 162 ◦ blue 107

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

Shades of Chelsea Cucumber #8AA26B

Tints of Chelsea Cucumber #8AA26B

RGB

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

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

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

R = 33.91%
G = 39.8%
B = 26.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#8AA26B (or 0x8AA26B) is known color: Chelsea Cucumber. HEX triplet: 8A, A2 and 6B. RGB value is (138,162,107). Sum of RGB (Red+Green+Blue) = 138+162+107=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA26B is #755D94. Grayscale: #949494. Windows color (decimal): -7691669 or 7053962. OLE color: 7053962.

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

Color convert

RGB 138 162 107 -
CMYK 0.15 0 0.34 0.36
HSL 86.18º 0.23% 0.53% -
HSV(B) 86.18º 0.34% 0.64% -
XYZ 26.06 32.31 18.77 -
YUV 148.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 138 162 107 0.15 0 0.34 0.36 86.18 0.23 0.53
Hex 8A A2 6B F 0 22 24 56 17 35
Octal 212 242 153 17 0 42 44 126 27 65
Binary 10001010 10100010 1101011 1111 0 100010 100100 1010110 10111 110101

Color Harmonies of #8AA26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA26B

Black with #8AA26B

Text Example


Text Example

White with #8AA26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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