#92B216

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

Shades of Citrus #92B216

Tints of Citrus #92B216

Color information

#92B216 (or 0x92B216) is unknown color: approx Citrus. HEX triplet: 92, B2 and 16. RGB value is (146,178,22). Sum of RGB (Red+Green+Blue) = 146+178+22=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #92B216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92B216 is #6D4DE9. Grayscale: #979797. Windows color (decimal): -7163370 or 1487506. OLE color: 1487506.

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

Color convert

RGB14617822-
CMYK0.1800.880.30
HSL72.31º78%39.22%-
HSV(B)72.31º87.64%69.8%-
XYZ27.9238.016.62-
YUV150.6555.4124.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 22 (8.98% from 255) = 6.36%
R=42.20%
G=51.45%
B=6.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146178220.1800.880.3072.317839.22
Hex92B216120581E484e27
Octal222262262201303611011647
Binary10010010101100101011010010010110001111010010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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