Html Css Color HEX #8AB05C Chelsea Cucumber

📋 copy color: '#8AB05C'

red 138 ◦ green 176 ◦ blue 92

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

Shades of Chelsea Cucumber #8AB05C

Tints of Chelsea Cucumber #8AB05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.35%

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 33.99%
G = 43.35%
B = 22.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#8AB05C (or 0x8AB05C) is known color: Chelsea Cucumber. HEX triplet: 8A, B0 and 5C. RGB value is (138,176,92). Sum of RGB (Red+Green+Blue) = 138+176+92=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB05C is #754FA3. Grayscale: #9B9B9B. Windows color (decimal): -7688100 or 6074506. OLE color: 6074506.

HSL color Cylindrical-coordinate representation of color #8AB05C: hue angle of 87.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AB05C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 176 92 -
CMYK 0.22 0 0.48 0.31
HSL 87.14º 0.35% 0.53% -
HSV(B) 87.14º 0.48% 0.69% -
XYZ 27.94 37.23 15.84 -
YUV 155.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 138 176 92 0.22 0 0.48 0.31 87.14 0.35 0.53
Hex 8A B0 5C 16 0 30 1F 57 23 35
Octal 212 260 134 26 0 60 37 127 43 65
Binary 10001010 10110000 1011100 10110 0 110000 11111 1010111 100011 110101

Color Harmonies of #8AB05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB05C

Black with #8AB05C

Text Example


Text Example

White with #8AB05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,92); }

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

background-color css

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

 a { background-color: rgb(138,176,92); }

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

border-color css

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

 span { border-color: rgb(138,176,92); }

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