#96BE06

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

Shades of Citrus #96BE06

Tints of Citrus #96BE06

Color information

#96BE06 (or 0x96BE06) is unknown color: approx Citrus. HEX triplet: 96, BE and 06. RGB value is (150,190,6). Sum of RGB (Red+Green+Blue) = 150+190+6=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BE06 is #6941F9. Grayscale: #9D9D9D. Windows color (decimal): -6898170 or 442006. OLE color: 442006.

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

Color convert

RGB1501906-
CMYK0.2100.970.25
HSL73.04º93.88%38.43%-
HSV(B)73.04º96.84%74.51%-
XYZ31.0243.326.9-
YUV157.0642.75122.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 190 (74.61% from 255) = 54.91%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=43.35%
G=54.91%
B=1.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15019060.2100.970.2573.0493.8838.43
Hex96BE61506119495e26
Octal22627662501413111113646
Binary100101101011111011010101011000011100110010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,6); }

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

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

 a { background-color: rgb(150,190,6); }

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

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

 span { border-color: rgb(150,190,6); }

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