#96BF09

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

Shades of Citrus #96BF09

Tints of Citrus #96BF09

Color information

#96BF09 (or 0x96BF09) is unknown color: approx Citrus. HEX triplet: 96, BF and 09. RGB value is (150,191,9). Sum of RGB (Red+Green+Blue) = 150+191+9=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BF09 is #6940F6. Grayscale: #9E9E9E. Windows color (decimal): -6897911 or 638870. OLE color: 638870.

HSL color Cylindrical-coordinate representation of color #96BF09: hue angle of 73.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96BF09 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1501919-
CMYK0.2100.950.25
HSL73.52º91%39.22%-
HSV(B)73.52º95.29%74.9%-
XYZ31.2643.777.06-
YUV157.9943.92122.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 191 (75% from 255) = 54.57%
BLUE value IS 9 (3.91% from 255) = 2.57%
R=42.86%
G=54.57%
B=2.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15019190.2100.950.2573.529139.22
Hex96BF91505F194a5b27
Octal226277112501373111213347
Binary1001011010111111100110101010111111100110010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,9); }

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

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

 a { background-color: rgb(150,191,9); }

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

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

 span { border-color: rgb(150,191,9); }

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