#8ABD46

Color #8ABD46 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8ABD46

Tints of Chelsea Cucumber #8ABD46

Color information

#8ABD46 (or 0x8ABD46) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, BD and 46. RGB value is (138,189,70). Sum of RGB (Red+Green+Blue) = 138+189+70=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD46 is #7542B9. Grayscale: #A0A0A0. Windows color (decimal): -7684794 or 4636042. OLE color: 4636042.

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

Color convert

RGB13818970-
CMYK0.2700.630.26
HSL85.71º47.41%50.78%-
HSV(B)85.71º62.96%74.12%-
XYZ29.7842.2412.38-
YUV160.1877.1112.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 70 (27.73% from 255) = 17.63%
R=34.76%
G=47.61%
B=17.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138189700.2700.630.2685.7147.4150.78
Hex8ABD461B03F1A562f33
Octal21227510633077321265763
Binary10001010101111011000110110110111111110101010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,70); }

 H1.HeaderClassName
 {
   color: #8ABD46;
 }
 .AnyTagClassName
 {
   color: #8ABD46;
 }
</style>
background-color css

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

 a { background-color: rgb(138,189,70); }

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

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

 span { border-color: rgb(138,189,70); }

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