Html Css Color HEX #96B407 Citrus

📋 copy color: '#96B407'

red 150 ◦ green 180 ◦ blue 7

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

Shades of Citrus #96B407

Tints of Citrus #96B407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.41%

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 44.51%
G = 53.41%
B = 2.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#96B407 (or 0x96B407) is known color: Citrus. HEX triplet: 96, B4 and 07. RGB value is (150,180,7). Sum of RGB (Red+Green+Blue) = 150+180+7=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #96B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B407 is #694BF8. Grayscale: #979797. Windows color (decimal): -6900729 or 504982. OLE color: 504982.

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

Color convert

RGB 150 180 7 -
CMYK 0.17 0 0.96 0.29
HSL 70.4º 0.93% 0.37% -
HSV(B) 70.4º 0.96% 0.71% -
XYZ 28.94 39.14 6.23 -
YUV 151.31 46.56 127.07 -
System Red Green Blue C M Y K H S L
Decimal 150 180 7 0.17 0 0.96 0.29 70.4 0.93 0.37
Hex 96 B4 7 11 0 60 1D 46 5D 25
Octal 226 264 7 21 0 140 35 106 135 45
Binary 10010110 10110100 111 10001 0 1100000 11101 1000110 1011101 100101

Color Harmonies of #96B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B407

Black with #96B407

Text Example


Text Example

White with #96B407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,7); }

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

background-color css

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

 a { background-color: rgb(150,180,7); }

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

border-color css

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

 span { border-color: rgb(150,180,7); }

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