#92970C

Color #92970C Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #92970C

Tints of Citron #92970C

Color information

#92970C (or 0x92970C) is unknown color: approx Citron. HEX triplet: 92, 97 and 0C. RGB value is (146,151,12). Sum of RGB (Red+Green+Blue) = 146+151+12=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #92970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92970C is #6D68F3. Grayscale: #868686. Windows color (decimal): -7170292 or 825234. OLE color: 825234.

HSL color Cylindrical-coordinate representation of color #92970C: hue angle of 62.16º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92970C is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB14615112-
CMYK0.0300.920.41
HSL62.16º85.28%31.96%-
HSV(B)62.16º92.05%59.22%-
XYZ22.9928.274.59-
YUV133.6659.34136.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 151 (59.38% from 255) = 48.87%
BLUE value IS 12 (5.08% from 255) = 3.88%
R=47.25%
G=48.87%
B=3.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146151120.0300.920.4162.1685.2831.96
Hex9297C305C293e5520
Octal2222271430134517612540
Binary1001001010010111110011010111001010011111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92970C; }

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

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

<style>
 a { background-color: #92970C; }

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

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

<style>
 span { border-color: #92970C; }

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

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