#96B304

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

Shades of Citrus #96B304

Tints of Citrus #96B304

Color information

#96B304 (or 0x96B304) is unknown color: approx Citrus. HEX triplet: 96, B3 and 04. RGB value is (150,179,4). Sum of RGB (Red+Green+Blue) = 150+179+4=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #96B304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B304 is #694CFB. Grayscale: #979797. Windows color (decimal): -6900988 or 308118. OLE color: 308118.

HSL color Cylindrical-coordinate representation of color #96B304: hue angle of 69.94º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96B304 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1501794-
CMYK0.1600.980.30
HSL69.94º95.63%35.88%-
HSV(B)69.94º97.77%70.2%-
XYZ28.7238.736.08-
YUV150.3845.39127.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 179 (70.31% from 255) = 53.75%
BLUE value IS 4 (1.95% from 255) = 1.20%
R=45.05%
G=53.75%
B=1.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15017940.1600.980.3069.9495.6335.88
Hex96B34100621E466024
Octal22626342001423610614044
Binary100101101011001110010000011000101111010001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B304; }

 p { color: rgb(150,179,4); }

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

<style>
 a { background-color: #96B304; }

 a { background-color: rgb(150,179,4); }

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

<style>
 span { border-color: #96B304; }

 span { border-color: rgb(150,179,4); }

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