#94BB52

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

Shades of Chelsea Cucumber #94BB52

Tints of Chelsea Cucumber #94BB52

Color information

#94BB52 (or 0x94BB52) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, BB and 52. RGB value is (148,187,82). Sum of RGB (Red+Green+Blue) = 148+187+82=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BB52 is #6B44AD. Grayscale: #A3A3A3. Windows color (decimal): -7029934 or 5421972. OLE color: 5421972.

HSL color Cylindrical-coordinate representation of color #94BB52: hue angle of 82.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94BB52 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB14818782-
CMYK0.2100.560.27
HSL82.29º43.57%52.75%-
HSV(B)82.29º56.15%73.33%-
XYZ31.5142.4514.51-
YUV163.3782.08117.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=35.49%
G=44.84%
B=19.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148187820.2100.560.2782.2943.5752.75
Hex94BB52150381B522c35
Octal22427312225070331225465
Binary10010100101110111010010101010111000110111010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BB52; }

 p { color: rgb(148,187,82); }

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

<style>
 a { background-color: #94BB52; }

 a { background-color: rgb(148,187,82); }

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

<style>
 span { border-color: #94BB52; }

 span { border-color: rgb(148,187,82); }

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