#92B10C

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

Shades of Citrus #92B10C

Tints of Citrus #92B10C

Color information

#92B10C (or 0x92B10C) is unknown color: approx Citrus. HEX triplet: 92, B1 and 0C. RGB value is (146,177,12). Sum of RGB (Red+Green+Blue) = 146+177+12=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #92B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92B10C is #6D4EF3. Grayscale: #959595. Windows color (decimal): -7163636 or 831890. OLE color: 831890.

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

Color convert

RGB14617712-
CMYK0.1800.930.31
HSL71.27º87.3%37.06%-
HSV(B)71.27º93.22%69.41%-
XYZ27.6437.586.14-
YUV148.9250.73125.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 12 (5.08% from 255) = 3.58%
R=43.58%
G=52.84%
B=3.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146177120.1800.930.3171.2787.337.06
Hex92B1C1205D1F475725
Octal222261142201353710712745
Binary1001001010110001110010010010111011111110001111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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