#8FBA48

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

Shades of Chelsea Cucumber #8FBA48

Tints of Chelsea Cucumber #8FBA48

Color information

#8FBA48 (or 0x8FBA48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, BA and 48. RGB value is (143,186,72). Sum of RGB (Red+Green+Blue) = 143+186+72=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBA48 is #7045B7. Grayscale: #A0A0A0. Windows color (decimal): -7357880 or 4766351. OLE color: 4766351.

HSL color Cylindrical-coordinate representation of color #8FBA48: hue angle of 82.63º 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 #8FBA48 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB14318672-
CMYK0.2300.610.27
HSL82.63º45.24%50.59%-
HSV(B)82.63º61.29%72.94%-
XYZ30.0641.4312.54-
YUV160.1578.25115.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.66%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=35.66%
G=46.38%
B=17.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143186720.2300.610.2782.6345.2450.59
Hex8FBA481703D1B532d33
Octal21727211027075331235563
Binary10001111101110101001000101110111101110111010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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