Html Css Color HEX #959320 Citron

📋 copy color: '#959320'

red 149 ◦ green 147 ◦ blue 32

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

Shades of Citron #959320

Tints of Citron #959320

RGB

 RED value IS 149 (58.59% from 255) = 45.43%

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 45.43%
G = 44.82%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#959320 (or 0x959320) is known color: Citron. HEX triplet: 95, 93 and 20. RGB value is (149,147,32). Sum of RGB (Red+Green+Blue) = 149+147+32=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #959320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959320 is #6A6CDF. Grayscale: #868686. Windows color (decimal): -6974688 or 2134933. OLE color: 2134933.

HSL color Cylindrical-coordinate representation of color #959320: hue angle of 58.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #959320 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 147 32 -
CMYK 0 0.01 0.79 0.42
HSL 58.97º 0.65% 0.35% -
HSV(B) 58.97º 0.79% 0.58% -
XYZ 23.09 27.36 5.43 -
YUV 134.49 70.16 138.35 -
System Red Green Blue C M Y K H S L
Decimal 149 147 32 0 0.01 0.79 0.42 58.97 0.65 0.35
Hex 95 93 20 0 1 4F 2A 3B 41 23
Octal 225 223 40 0 1 117 52 73 101 43
Binary 10010101 10010011 100000 0 1 1001111 101010 111011 1000001 100011

Color Harmonies of #959320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959320

Black with #959320

Text Example


Text Example

White with #959320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959320; }

 p { color: rgb(149,147,32); }

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

background-color css

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

 a { background-color: rgb(149,147,32); }

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

border-color css

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

 span { border-color: rgb(149,147,32); }

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