Html Css Color HEX #96BA04 Citrus

📋 copy color: '#96BA04'

red 150 ◦ green 186 ◦ blue 4

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

Shades of Citrus #96BA04

Tints of Citrus #96BA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.71%

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

R = 44.12%
G = 54.71%
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

#96BA04 (or 0x96BA04) is known color: Citrus. HEX triplet: 96, BA and 04. RGB value is (150,186,4). Sum of RGB (Red+Green+Blue) = 150+186+4=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA04 is #6945FB. Grayscale: #9B9B9B. Windows color (decimal): -6899196 or 309910. OLE color: 309910.

HSL color Cylindrical-coordinate representation of color #96BA04: hue angle of 71.87º 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 #96BA04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 4 -
CMYK 0.19 0 0.98 0.27
HSL 71.87º 0.96% 0.37% -
HSV(B) 71.87º 0.98% 0.73% -
XYZ 30.16 41.61 6.56 -
YUV 154.49 43.07 124.8 -
System Red Green Blue C M Y K H S L
Decimal 150 186 4 0.19 0 0.98 0.27 71.87 0.96 0.37
Hex 96 BA 4 13 0 62 1B 48 60 25
Octal 226 272 4 23 0 142 33 110 140 45
Binary 10010110 10111010 100 10011 0 1100010 11011 1001000 1100000 100101

Color Harmonies of #96BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA04

Black with #96BA04

Text Example


Text Example

White with #96BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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