Html Css Color HEX #96A403 Citrus

📋 copy color: '#96A403'

red 150 ◦ green 164 ◦ blue 3

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

Shades of Citrus #96A403

Tints of Citrus #96A403

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.74%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 47.32%
G = 51.74%
B = 0.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#96A403 (or 0x96A403) is known color: Citrus. HEX triplet: 96, A4 and 03. RGB value is (150,164,3). Sum of RGB (Red+Green+Blue) = 150+164+3=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #96A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A403 is #695BFC. Grayscale: #8E8E8E. Windows color (decimal): -6904829 or 238742. OLE color: 238742.

HSL color Cylindrical-coordinate representation of color #96A403: hue angle of 65.22º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96A403 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 164 3 -
CMYK 0.09 0 0.98 0.36
HSL 65.22º 0.96% 0.33% -
HSV(B) 65.22º 0.98% 0.64% -
XYZ 25.87 33.04 5.1 -
YUV 141.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 150 164 3 0.09 0 0.98 0.36 65.22 0.96 0.33
Hex 96 A4 3 9 0 62 24 41 60 21
Octal 226 244 3 11 0 142 44 101 140 41
Binary 10010110 10100100 11 1001 0 1100010 100100 1000001 1100000 100001

Color Harmonies of #96A403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A403

Black with #96A403

Text Example


Text Example

White with #96A403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,164,3); }

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

background-color css

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

 a { background-color: rgb(150,164,3); }

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

border-color css

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

 span { border-color: rgb(150,164,3); }

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