Html Css Color HEX #96A619 Citron

📋 copy color: '#96A619'

red 150 ◦ green 166 ◦ blue 25

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

Shades of Citron #96A619

Tints of Citron #96A619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.68%

 BLUE value IS 25 (10.16% from 255) = 7.33%

R = 43.99%
G = 48.68%
B = 7.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#96A619 (or 0x96A619) is known color: Citron. HEX triplet: 96, A6 and 19. RGB value is (150,166,25). Sum of RGB (Red+Green+Blue) = 150+166+25=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #96A619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A619 is #6959E6. Grayscale: #919191. Windows color (decimal): -6904295 or 1681046. OLE color: 1681046.

HSL color Cylindrical-coordinate representation of color #96A619: hue angle of 66.81º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96A619 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 166 25 -
CMYK 0.10 0 0.85 0.35
HSL 66.81º 0.74% 0.37% -
HSV(B) 66.81º 0.85% 0.65% -
XYZ 26.39 33.83 6.06 -
YUV 145.14 60.2 131.46 -
System Red Green Blue C M Y K H S L
Decimal 150 166 25 0.10 0 0.85 0.35 66.81 0.74 0.37
Hex 96 A6 19 A 0 55 23 43 4A 25
Octal 226 246 31 12 0 125 43 103 112 45
Binary 10010110 10100110 11001 1010 0 1010101 100011 1000011 1001010 100101

Color Harmonies of #96A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A619

Black with #96A619

Text Example


Text Example

White with #96A619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,166,25); }

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

background-color css

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

 a { background-color: rgb(150,166,25); }

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

border-color css

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

 span { border-color: rgb(150,166,25); }

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