#8BBD48

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

Shades of Chelsea Cucumber #8BBD48

Tints of Chelsea Cucumber #8BBD48

Color information

#8BBD48 (or 0x8BBD48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, BD and 48. RGB value is (139,189,72). Sum of RGB (Red+Green+Blue) = 139+189+72=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBD48 is #7442B7. Grayscale: #A1A1A1. Windows color (decimal): -7619256 or 4767115. OLE color: 4767115.

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

Color convert

RGB13918972-
CMYK0.2600.620.26
HSL85.64º46.99%51.18%-
HSV(B)85.64º61.9%74.12%-
XYZ30.0142.3512.72-
YUV160.7177.94112.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 189 (74.22% from 255) = 47.25%
BLUE value IS 72 (28.52% from 255) = 18%
R=34.75%
G=47.25%
B=18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139189720.2600.620.2685.6446.9951.18
Hex8BBD481A03E1A562f33
Octal21327511032076321265763
Binary10001011101111011001000110100111110110101010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,189,72); }

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

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

 a { background-color: rgb(139,189,72); }

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

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

 span { border-color: rgb(139,189,72); }

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