#8ABD4B

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

Shades of Chelsea Cucumber #8ABD4B

Tints of Chelsea Cucumber #8ABD4B

Color information

#8ABD4B (or 0x8ABD4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, BD and 4B. RGB value is (138,189,75). Sum of RGB (Red+Green+Blue) = 138+189+75=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD4B is #7542B4. Grayscale: #A1A1A1. Windows color (decimal): -7684789 or 4963722. OLE color: 4963722.

HSL color Cylindrical-coordinate representation of color #8ABD4B: hue angle of 86.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ABD4B is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB13818975-
CMYK0.2700.600.26
HSL86.84º46.34%51.76%-
HSV(B)86.84º60.32%74.12%-
XYZ29.9542.3113.24-
YUV160.7679.6111.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=34.33%
G=47.01%
B=18.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138189750.2700.600.2686.8446.3451.76
Hex8ABD4B1B03C1A572e34
Octal21227511333074321275664
Binary10001010101111011001011110110111100110101010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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