Html Css Color HEX #959020 Citron

📋 copy color: '#959020'

red 149 ◦ green 144 ◦ blue 32

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

Shades of Citron #959020

Tints of Citron #959020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 45.85%
G = 44.31%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#959020 (or 0x959020) is known color: Citron. HEX triplet: 95, 90 and 20. RGB value is (149,144,32). Sum of RGB (Red+Green+Blue) = 149+144+32=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #959020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959020 is #6A6FDF. Grayscale: #858585. Windows color (decimal): -6975456 or 2134165. OLE color: 2134165.

HSL color Cylindrical-coordinate representation of color #959020: hue angle of 57.44º 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 #959020 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 32 -
CMYK 0 0.03 0.79 0.42
HSL 57.44º 0.65% 0.35% -
HSV(B) 57.44º 0.79% 0.58% -
XYZ 22.63 26.44 5.28 -
YUV 132.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 149 144 32 0 0.03 0.79 0.42 57.44 0.65 0.35
Hex 95 90 20 0 3 4F 2A 39 41 23
Octal 225 220 40 0 3 117 52 71 101 43
Binary 10010101 10010000 100000 0 11 1001111 101010 111001 1000001 100011

Color Harmonies of #959020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959020

Black with #959020

Text Example


Text Example

White with #959020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959020; }

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

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

background-color css

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

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

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

border-color css

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

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

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