#96BD0C

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

Shades of Citrus #96BD0C

Tints of Citrus #96BD0C

Color information

#96BD0C (or 0x96BD0C) is unknown color: approx Citrus. HEX triplet: 96, BD and 0C. RGB value is (150,189,12). Sum of RGB (Red+Green+Blue) = 150+189+12=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD0C is #6942F3. Grayscale: #9D9D9D. Windows color (decimal): -6898420 or 834966. OLE color: 834966.

HSL color Cylindrical-coordinate representation of color #96BD0C: hue angle of 73.22º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96BD0C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB15018912-
CMYK0.2100.940.26
HSL73.22º88.06%39.41%-
HSV(B)73.22º93.65%74.12%-
XYZ30.8442.917-
YUV157.1646.08122.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 189 (74.22% from 255) = 53.85%
BLUE value IS 12 (5.08% from 255) = 3.42%
R=42.74%
G=53.85%
B=3.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150189120.2100.940.2673.2288.0639.41
Hex96BDC1505E1A495827
Octal226275142501363211113047
Binary1001011010111101110010101010111101101010010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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