Html Css Color HEX #999520 Citron

📋 copy color: '#999520'

red 153 ◦ green 149 ◦ blue 32

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

Shades of Citron #999520

Tints of Citron #999520

RGB

 RED value IS 153 (60.16% from 255) = 45.81%

 GREEN value IS 149 (58.59% from 255) = 44.61%

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

R = 45.81%
G = 44.61%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#999520 (or 0x999520) is known color: Citron. HEX triplet: 99, 95 and 20. RGB value is (153,149,32). Sum of RGB (Red+Green+Blue) = 153+149+32=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #999520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999520 is #666ADF. Grayscale: #898989. Windows color (decimal): -6712032 or 2135449. OLE color: 2135449.

HSL color Cylindrical-coordinate representation of color #999520: hue angle of 58.02º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #999520 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 32 -
CMYK 0 0.03 0.79 0.4
HSL 58.02º 0.65% 0.36% -
HSV(B) 58.02º 0.79% 0.6% -
XYZ 24.15 28.37 5.57 -
YUV 136.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 153 149 32 0 0.03 0.79 0.4 58.02 0.65 0.36
Hex 99 95 20 0 3 4F 28 3A 41 24
Octal 231 225 40 0 3 117 50 72 101 44
Binary 10011001 10010101 100000 0 11 1001111 101000 111010 1000001 100100

Color Harmonies of #999520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999520

Black with #999520

Text Example


Text Example

White with #999520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999520; }

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

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

background-color css

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

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

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

border-color css

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

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

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