Html Css Color HEX #969520 Citron

📋 copy color: '#969520'

red 150 ◦ green 149 ◦ blue 32

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

Shades of Citron #969520

Tints of Citron #969520

RGB

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

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

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

R = 45.32%
G = 45.02%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#969520 (or 0x969520) is known color: Citron. HEX triplet: 96, 95 and 20. RGB value is (150,149,32). Sum of RGB (Red+Green+Blue) = 150+149+32=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #969520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969520 is #696ADF. Grayscale: #888888. Windows color (decimal): -6908640 or 2135446. OLE color: 2135446.

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

Color convert

RGB 150 149 32 -
CMYK 0 0.01 0.79 0.41
HSL 59.49º 0.65% 0.36% -
HSV(B) 59.49º 0.79% 0.59% -
XYZ 23.59 28.08 5.54 -
YUV 135.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 150 149 32 0 0.01 0.79 0.41 59.49 0.65 0.36
Hex 96 95 20 0 1 4F 29 3B 41 24
Octal 226 225 40 0 1 117 51 73 101 44
Binary 10010110 10010101 100000 0 1 1001111 101001 111011 1000001 100100

Color Harmonies of #969520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969520

Black with #969520

Text Example


Text Example

White with #969520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969520; }

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

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

background-color css

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

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

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

border-color css

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

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

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