Html Css Color HEX #8ABA50 Chelsea Cucumber

📋 copy color: '#8ABA50'

red 138 ◦ green 186 ◦ blue 80

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

Shades of Chelsea Cucumber #8ABA50

Tints of Chelsea Cucumber #8ABA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 34.16%
G = 46.04%
B = 19.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#8ABA50 (or 0x8ABA50) is known color: Chelsea Cucumber. HEX triplet: 8A, BA and 50. RGB value is (138,186,80). Sum of RGB (Red+Green+Blue) = 138+186+80=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA50 is #7545AF. Grayscale: #9F9F9F. Windows color (decimal): -7685552 or 5290634. OLE color: 5290634.

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

Color convert

RGB 138 186 80 -
CMYK 0.26 0 0.57 0.27
HSL 87.17º 0.43% 0.52% -
HSV(B) 87.17º 0.57% 0.73% -
XYZ 29.49 41.1 13.97 -
YUV 159.56 83.1 112.62 -
System Red Green Blue C M Y K H S L
Decimal 138 186 80 0.26 0 0.57 0.27 87.17 0.43 0.52
Hex 8A BA 50 1A 0 39 1B 57 2B 34
Octal 212 272 120 32 0 71 33 127 53 64
Binary 10001010 10111010 1010000 11010 0 111001 11011 1010111 101011 110100

Color Harmonies of #8ABA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA50

Black with #8ABA50

Text Example


Text Example

White with #8ABA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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