#92B800

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

Shades of Citrus #92B800

Tints of Citrus #92B800

Color information

#92B800 (or 0x92B800) is unknown color: approx Citrus. HEX triplet: 92, B8 and 00. RGB value is (146,184,0). Sum of RGB (Red+Green+Blue) = 146+184+0=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #92B800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B800 is #6D47FF. Grayscale: #989898. Windows color (decimal): -7161856 or 47250. OLE color: 47250.

HSL color Cylindrical-coordinate representation of color #92B800: hue angle of 72.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92B800 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1461840-
CMYK0.21010.28
HSL72.39º100%36.08%-
HSV(B)72.39º100%72.16%-
XYZ28.9940.396.27-
YUV151.6642.41123.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 184 (72.27% from 255) = 55.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.24%
G=55.76%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14618400.21010.2872.3910036.08
Hex92B80150641C486424
Octal22227002501443411014444
Binary1001001010111000010101011001001110010010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,184,0); }

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

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

 a { background-color: rgb(146,184,0); }

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

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

 span { border-color: rgb(146,184,0); }

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