Html Css Color HEX #96B900 Citrus

📋 copy color: '#96B900'

red 150 ◦ green 185 ◦ blue 0

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

Shades of Citrus #96B900

Tints of Citrus #96B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.22%

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

R = 44.78%
G = 55.22%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#96B900 (or 0x96B900) is known color: Citrus. HEX triplet: 96, B9 and 00. RGB value is (150,185,0). Sum of RGB (Red+Green+Blue) = 150+185+0=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #96B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B900 is #6946FF. Grayscale: #9A9A9A. Windows color (decimal): -6899456 or 47510. OLE color: 47510.

HSL color Cylindrical-coordinate representation of color #96B900: hue angle of 71.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96B900 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 0 -
CMYK 0.19 0 1 0.27
HSL 71.35º 1% 0.36% -
HSV(B) 71.35º 1% 0.73% -
XYZ 29.93 41.18 6.37 -
YUV 153.45 41.4 125.54 -
System Red Green Blue C M Y K H S L
Decimal 150 185 0 0.19 0 1 0.27 71.35 1 0.36
Hex 96 B9 0 13 0 64 1B 47 64 24
Octal 226 271 0 23 0 144 33 107 144 44
Binary 10010110 10111001 0 10011 0 1100100 11011 1000111 1100100 100100

Color Harmonies of #96B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B900

Black with #96B900

Text Example


Text Example

White with #96B900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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