Html Css Color HEX #8ABA48 Chelsea Cucumber

📋 copy color: '#8ABA48'

red 138 ◦ green 186 ◦ blue 72

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

Shades of Chelsea Cucumber #8ABA48

Tints of Chelsea Cucumber #8ABA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 34.85%
G = 46.97%
B = 18.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#8ABA48 (or 0x8ABA48) is known color: Chelsea Cucumber. HEX triplet: 8A, BA and 48. RGB value is (138,186,72). Sum of RGB (Red+Green+Blue) = 138+186+72=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA48 is #7545B7. Grayscale: #9F9F9F. Windows color (decimal): -7685560 or 4766346. OLE color: 4766346.

HSL color Cylindrical-coordinate representation of color #8ABA48: hue angle of 85.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ABA48 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 72 -
CMYK 0.26 0 0.61 0.27
HSL 85.26º 0.45% 0.51% -
HSV(B) 85.26º 0.61% 0.73% -
XYZ 29.21 40.99 12.5 -
YUV 158.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 138 186 72 0.26 0 0.61 0.27 85.26 0.45 0.51
Hex 8A BA 48 1A 0 3D 1B 55 2D 33
Octal 212 272 110 32 0 75 33 125 55 63
Binary 10001010 10111010 1001000 11010 0 111101 11011 1010101 101101 110011

Color Harmonies of #8ABA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA48

Black with #8ABA48

Text Example


Text Example

White with #8ABA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,72); }

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

background-color css

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

 a { background-color: rgb(138,186,72); }

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

border-color css

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

 span { border-color: rgb(138,186,72); }

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