#92AC0E

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

Shades of Citrus #92AC0E

Tints of Citrus #92AC0E

Color information

#92AC0E (or 0x92AC0E) is unknown color: approx Citrus. HEX triplet: 92, AC and 0E. RGB value is (146,172,14). Sum of RGB (Red+Green+Blue) = 146+172+14=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AC0E is #6D53F1. Grayscale: #929292. Windows color (decimal): -7164914 or 961682. OLE color: 961682.

HSL color Cylindrical-coordinate representation of color #92AC0E: hue angle of 69.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92AC0E is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB14617214-
CMYK0.1500.920.33
HSL69.87º84.95%36.47%-
HSV(B)69.87º91.86%67.45%-
XYZ26.6935.655.89-
YUV146.2153.39127.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 14 (5.86% from 255) = 4.22%
R=43.98%
G=51.81%
B=4.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146172140.1500.920.3369.8784.9536.47
Hex92ACEF05C21465524
Octal222254161701344110612544
Binary1001001010101100111011110101110010000110001101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,14); }

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

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

 a { background-color: rgb(146,172,14); }

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

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

 span { border-color: rgb(146,172,14); }

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