#92BE50

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

Shades of Chelsea Cucumber #92BE50

Tints of Chelsea Cucumber #92BE50

Color information

#92BE50 (or 0x92BE50) is unknown color: approx Chelsea Cucumber. HEX triplet: 92, BE and 50. RGB value is (146,190,80). Sum of RGB (Red+Green+Blue) = 146+190+80=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BE50 is #6D41AF. Grayscale: #A4A4A4. Windows color (decimal): -7160240 or 5291666. OLE color: 5291666.

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

Color convert

RGB14619080-
CMYK0.2300.580.25
HSL84º45.83%52.94%-
HSV(B)84º57.89%74.51%-
XYZ31.7243.5214.32-
YUV164.380.42114.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=35.10%
G=45.67%
B=19.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146190800.2300.580.258445.8352.94
Hex92BE501703A19542e35
Octal22227612027072311245665
Binary10010010101111101010000101110111010110011010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,80); }

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

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

 a { background-color: rgb(146,190,80); }

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

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

 span { border-color: rgb(146,190,80); }

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