Html Css Color HEX #96BB02 Citrus

📋 copy color: '#96BB02'

red 150 ◦ green 187 ◦ blue 2

#96BB02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #96BB02

Tints of Citrus #96BB02

RGB

 RED value IS 150 (58.98% from 255) = 44.25%

 GREEN value IS 187 (73.44% from 255) = 55.16%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 44.25%
G = 55.16%
B = 0.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#96BB02 (or 0x96BB02) is known color: Citrus. HEX triplet: 96, BB and 02. RGB value is (150,187,2). Sum of RGB (Red+Green+Blue) = 150+187+2=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BB02 is #6944FD. Grayscale: #9B9B9B. Windows color (decimal): -6898942 or 179094. OLE color: 179094.

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

Color convert

RGB 150 187 2 -
CMYK 0.20 0 0.99 0.27
HSL 72º 0.98% 0.37% -
HSV(B) 72º 0.99% 0.73% -
XYZ 30.36 42.03 6.57 -
YUV 154.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 150 187 2 0.20 0 0.99 0.27 72 0.98 0.37
Hex 96 BB 2 14 0 63 1B 48 62 25
Octal 226 273 2 24 0 143 33 110 142 45
Binary 10010110 10111011 10 10100 0 1100011 11011 1001000 1100010 100101

Color Harmonies of #96BB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB02

Black with #96BB02

Text Example


Text Example

White with #96BB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BB02;
 }
 .AnyTagClassName
 {
   color: #96BB02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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