Html Css Color HEX #96B500 Citrus

📋 copy color: '#96B500'

red 150 ◦ green 181 ◦ blue 0

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

Shades of Citrus #96B500

Tints of Citrus #96B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.32%
G = 54.68%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#96B500 (or 0x96B500) is known color: Citrus. HEX triplet: 96, B5 and 00. RGB value is (150,181,0). Sum of RGB (Red+Green+Blue) = 150+181+0=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #96B500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B500 is #694AFF. Grayscale: #979797. Windows color (decimal): -6900480 or 46486. OLE color: 46486.

HSL color Cylindrical-coordinate representation of color #96B500: hue angle of 70.28º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96B500 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 0 -
CMYK 0.17 0 1 0.29
HSL 70.28º 1% 0.35% -
HSV(B) 70.28º 1% 0.71% -
XYZ 29.1 39.53 6.1 -
YUV 151.1 42.73 127.22 -
System Red Green Blue C M Y K H S L
Decimal 150 181 0 0.17 0 1 0.29 70.28 1 0.35
Hex 96 B5 0 11 0 64 1D 46 64 23
Octal 226 265 0 21 0 144 35 106 144 43
Binary 10010110 10110101 0 10001 0 1100100 11101 1000110 1100100 100011

Color Harmonies of #96B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B500

Black with #96B500

Text Example


Text Example

White with #96B500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,181,0); }

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

background-color css

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

 a { background-color: rgb(150,181,0); }

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

border-color css

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

 span { border-color: rgb(150,181,0); }

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