Html Css Color HEX #96BB01 Citrus

📋 copy color: '#96BB01'

red 150 ◦ green 187 ◦ blue 1

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

Shades of Citrus #96BB01

Tints of Citrus #96BB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 44.38%
G = 55.33%
B = 0.3%

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

#96BB01 (or 0x96BB01) is known color: Citrus. HEX triplet: 96, BB and 01. RGB value is (150,187,1). Sum of RGB (Red+Green+Blue) = 150+187+1=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BB01 is #6944FE. Grayscale: #9B9B9B. Windows color (decimal): -6898943 or 113558. OLE color: 113558.

HSL color Cylindrical-coordinate representation of color #96BB01: hue angle of 71.94º degrees, saturation: 0.99, 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 #96BB01 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 1 -
CMYK 0.20 0 0.99 0.27
HSL 71.94º 0.99% 0.37% -
HSV(B) 71.94º 0.99% 0.73% -
XYZ 30.35 42.03 6.54 -
YUV 154.73 41.24 124.62 -
System Red Green Blue C M Y K H S L
Decimal 150 187 1 0.20 0 0.99 0.27 71.94 0.99 0.37
Hex 96 BB 1 14 0 63 1B 48 63 25
Octal 226 273 1 24 0 143 33 110 143 45
Binary 10010110 10111011 1 10100 0 1100011 11011 1001000 1100011 100101

Color Harmonies of #96BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB01

Black with #96BB01

Text Example


Text Example

White with #96BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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