#92BA4B

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

Shades of Chelsea Cucumber #92BA4B

Tints of Chelsea Cucumber #92BA4B

Color information

#92BA4B (or 0x92BA4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 92, BA and 4B. RGB value is (146,186,75). Sum of RGB (Red+Green+Blue) = 146+186+75=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BA4B is #6D45B4. Grayscale: #A1A1A1. Windows color (decimal): -7161269 or 4962962. OLE color: 4962962.

HSL color Cylindrical-coordinate representation of color #92BA4B: hue angle of 81.62º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92BA4B is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB14618675-
CMYK0.2200.600.27
HSL81.62º44.58%51.18%-
HSV(B)81.62º59.68%72.94%-
XYZ30.6841.7413.1-
YUV161.3979.25117.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=35.87%
G=45.70%
B=18.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146186750.2200.600.2781.6244.5851.18
Hex92BA4B1603C1B522d33
Octal22227211326074331225563
Binary10010010101110101001011101100111100110111010010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,186,75); }

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

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

 a { background-color: rgb(146,186,75); }

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

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

 span { border-color: rgb(146,186,75); }

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