#92B20C

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

Shades of Citrus #92B20C

Tints of Citrus #92B20C

Color information

#92B20C (or 0x92B20C) is unknown color: approx Citrus. HEX triplet: 92, B2 and 0C. RGB value is (146,178,12). Sum of RGB (Red+Green+Blue) = 146+178+12=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #92B20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92B20C is #6D4DF3. Grayscale: #969696. Windows color (decimal): -7163380 or 832146. OLE color: 832146.

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

Color convert

RGB14617812-
CMYK0.1800.930.30
HSL71.57º87.37%37.25%-
HSV(B)71.57º93.26%69.8%-
XYZ27.8437.986.21-
YUV149.5150.4125.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 178 (69.92% from 255) = 52.98%
BLUE value IS 12 (5.08% from 255) = 3.57%
R=43.45%
G=52.98%
B=3.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146178120.1800.930.3071.5787.3737.25
Hex92B2C1205D1E485725
Octal222262142201353611012745
Binary1001001010110010110010010010111011111010010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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