Html Css Color HEX #96B804 Citrus

📋 copy color: '#96B804'

red 150 ◦ green 184 ◦ blue 4

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

Shades of Citrus #96B804

Tints of Citrus #96B804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.44%

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

R = 44.38%
G = 54.44%
B = 1.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#96B804 (or 0x96B804) is known color: Citrus. HEX triplet: 96, B8 and 04. RGB value is (150,184,4). Sum of RGB (Red+Green+Blue) = 150+184+4=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #96B804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B804 is #6947FB. Grayscale: #9A9A9A. Windows color (decimal): -6899708 or 309398. OLE color: 309398.

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

Color convert

RGB 150 184 4 -
CMYK 0.18 0 0.98 0.28
HSL 71.33º 0.96% 0.37% -
HSV(B) 71.33º 0.98% 0.72% -
XYZ 29.74 40.77 6.42 -
YUV 153.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 150 184 4 0.18 0 0.98 0.28 71.33 0.96 0.37
Hex 96 B8 4 12 0 62 1C 47 60 25
Octal 226 270 4 22 0 142 34 107 140 45
Binary 10010110 10111000 100 10010 0 1100010 11100 1000111 1100000 100101

Color Harmonies of #96B804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B804

Black with #96B804

Text Example


Text Example

White with #96B804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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