#8BB948

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

Shades of Chelsea Cucumber #8BB948

Tints of Chelsea Cucumber #8BB948

Color information

#8BB948 (or 0x8BB948) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B9 and 48. RGB value is (139,185,72). Sum of RGB (Red+Green+Blue) = 139+185+72=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB948 is #7446B7. Grayscale: #9E9E9E. Windows color (decimal): -7620280 or 4766091. OLE color: 4766091.

HSL color Cylindrical-coordinate representation of color #8BB948: hue angle of 84.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BB948 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB13918572-
CMYK0.2500.610.27
HSL84.42º44.66%50.39%-
HSV(B)84.42º61.08%72.55%-
XYZ29.1740.6512.44-
YUV158.3679.26114.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 185 (72.66% from 255) = 46.72%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=35.10%
G=46.72%
B=18.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139185720.2500.610.2784.4244.6650.39
Hex8BB9481903D1B542d32
Octal21327111031075331245562
Binary10001011101110011001000110010111101110111010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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