Html Css Color HEX #96B904 Citrus

📋 copy color: '#96B904'

red 150 ◦ green 185 ◦ blue 4

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

Shades of Citrus #96B904

Tints of Citrus #96B904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 44.25%
G = 54.57%
B = 1.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#96B904 (or 0x96B904) is known color: Citrus. HEX triplet: 96, B9 and 04. RGB value is (150,185,4). Sum of RGB (Red+Green+Blue) = 150+185+4=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #96B904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B904 is #6946FB. Grayscale: #9A9A9A. Windows color (decimal): -6899452 or 309654. OLE color: 309654.

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

Color convert

RGB 150 185 4 -
CMYK 0.19 0 0.98 0.27
HSL 71.6º 0.96% 0.37% -
HSV(B) 71.6º 0.98% 0.73% -
XYZ 29.95 41.19 6.49 -
YUV 153.9 43.4 125.22 -
System Red Green Blue C M Y K H S L
Decimal 150 185 4 0.19 0 0.98 0.27 71.6 0.96 0.37
Hex 96 B9 4 13 0 62 1B 48 60 25
Octal 226 271 4 23 0 142 33 110 140 45
Binary 10010110 10111001 100 10011 0 1100010 11011 1001000 1100000 100101

Color Harmonies of #96B904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B904

Black with #96B904

Text Example


Text Example

White with #96B904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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