#96AD0C

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

Shades of Citrus #96AD0C

Tints of Citrus #96AD0C

Color information

#96AD0C (or 0x96AD0C) is unknown color: approx Citrus. HEX triplet: 96, AD and 0C. RGB value is (150,173,12). Sum of RGB (Red+Green+Blue) = 150+173+12=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD0C is #6952F3. Grayscale: #949494. Windows color (decimal): -6902516 or 830870. OLE color: 830870.

HSL color Cylindrical-coordinate representation of color #96AD0C: hue angle of 68.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96AD0C is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB15017312-
CMYK0.1300.930.32
HSL68.57º87.03%36.27%-
HSV(B)68.57º93.06%67.84%-
XYZ27.5936.45.92-
YUV147.7751.38129.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 173 (67.97% from 255) = 51.64%
BLUE value IS 12 (5.08% from 255) = 3.58%
R=44.78%
G=51.64%
B=3.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150173120.1300.930.3268.5787.0336.27
Hex96ADCD05D20455724
Octal226255141501354010512744
Binary1001011010101101110011010101110110000010001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,12); }

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

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

 a { background-color: rgb(150,173,12); }

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

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

 span { border-color: rgb(150,173,12); }

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