#92B20F

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

Shades of Citrus #92B20F

Tints of Citrus #92B20F

Color information

#92B20F (or 0x92B20F) is unknown color: approx Citrus. HEX triplet: 92, B2 and 0F. RGB value is (146,178,15). Sum of RGB (Red+Green+Blue) = 146+178+15=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #92B20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92B20F is #6D4DF0. Grayscale: #969696. Windows color (decimal): -7163377 or 1028754. OLE color: 1028754.

HSL color Cylindrical-coordinate representation of color #92B20F: hue angle of 71.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92B20F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB14617815-
CMYK0.1800.920.30
HSL71.78º84.46%37.84%-
HSV(B)71.78º91.57%69.8%-
XYZ27.8637.996.32-
YUV149.8551.9125.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 178 (69.92% from 255) = 52.51%
BLUE value IS 15 (6.25% from 255) = 4.42%
R=43.07%
G=52.51%
B=4.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146178150.1800.920.3071.7884.4637.84
Hex92B2F1205C1E485426
Octal222262172201343611012446
Binary1001001010110010111110010010111001111010010001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,178,15); }

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

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

 a { background-color: rgb(146,178,15); }

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

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

 span { border-color: rgb(146,178,15); }

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