#92BF52

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

Shades of Chelsea Cucumber #92BF52

Tints of Chelsea Cucumber #92BF52

Color information

#92BF52 (or 0x92BF52) is unknown color: approx Chelsea Cucumber. HEX triplet: 92, BF and 52. RGB value is (146,191,82). Sum of RGB (Red+Green+Blue) = 146+191+82=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BF52 is #6D40AD. Grayscale: #A5A5A5. Windows color (decimal): -7159982 or 5422994. OLE color: 5422994.

HSL color Cylindrical-coordinate representation of color #92BF52: hue angle of 84.77º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92BF52 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB14619182-
CMYK0.2400.570.25
HSL84.77º45.99%53.53%-
HSV(B)84.77º57.07%74.9%-
XYZ32.0143.9814.78-
YUV165.1281.09114.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 82 (32.42% from 255) = 19.57%
R=34.84%
G=45.58%
B=19.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146191820.2400.570.2584.7745.9953.53
Hex92BF521803919552e36
Octal22227712230071311255666
Binary10010010101111111010010110000111001110011010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BF52; }

 p { color: rgb(146,191,82); }

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

<style>
 a { background-color: #92BF52; }

 a { background-color: rgb(146,191,82); }

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

<style>
 span { border-color: #92BF52; }

 span { border-color: rgb(146,191,82); }

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