#96BD02

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

Shades of Citrus #96BD02

Tints of Citrus #96BD02

Color information

#96BD02 (or 0x96BD02) is unknown color: approx Citrus. HEX triplet: 96, BD and 02. RGB value is (150,189,2). Sum of RGB (Red+Green+Blue) = 150+189+2=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD02 is #6942FD. Grayscale: #9C9C9C. Windows color (decimal): -6898430 or 179606. OLE color: 179606.

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

Color convert

RGB1501892-
CMYK0.2100.990.26
HSL72.51º97.91%37.45%-
HSV(B)72.51º98.94%74.12%-
XYZ30.7942.886.71-
YUV156.0241.08123.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=43.99%
G=55.43%
B=0.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15018920.2100.990.2672.5197.9137.45
Hex96BD2150631A496225
Octal22627522501433211114245
Binary10010110101111011010101011000111101010010011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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