Html Css Color HEX #8AB26A Chelsea Cucumber

📋 copy color: '#8AB26A'

red 138 ◦ green 178 ◦ blue 106

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

Shades of Chelsea Cucumber #8AB26A

Tints of Chelsea Cucumber #8AB26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

 BLUE value IS 106 (41.8% from 255) = 25.12%

R = 32.7%
G = 42.18%
B = 25.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#8AB26A (or 0x8AB26A) is known color: Chelsea Cucumber. HEX triplet: 8A, B2 and 6A. RGB value is (138,178,106). Sum of RGB (Red+Green+Blue) = 138+178+106=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB26A is #754D95. Grayscale: #9E9E9E. Windows color (decimal): -7687574 or 6992522. OLE color: 6992522.

HSL color Cylindrical-coordinate representation of color #8AB26A: hue angle of 93.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AB26A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 178 106 -
CMYK 0.22 0 0.40 0.30
HSL 93.33º 0.32% 0.56% -
HSV(B) 93.33º 0.4% 0.7% -
XYZ 29 38.28 19.5 -
YUV 157.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 138 178 106 0.22 0 0.40 0.30 93.33 0.32 0.56
Hex 8A B2 6A 16 0 28 1E 5D 20 38
Octal 212 262 152 26 0 50 36 135 40 70
Binary 10001010 10110010 1101010 10110 0 101000 11110 1011101 100000 111000

Color Harmonies of #8AB26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB26A

Black with #8AB26A

Text Example


Text Example

White with #8AB26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,106); }

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

background-color css

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

 a { background-color: rgb(138,178,106); }

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

border-color css

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

 span { border-color: rgb(138,178,106); }

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