Html Css Color HEX #969220 Citron

📋 copy color: '#969220'

red 150 ◦ green 146 ◦ blue 32

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

Shades of Citron #969220

Tints of Citron #969220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

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

R = 45.73%
G = 44.51%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#969220 (or 0x969220) is known color: Citron. HEX triplet: 96, 92 and 20. RGB value is (150,146,32). Sum of RGB (Red+Green+Blue) = 150+146+32=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #969220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969220 is #696DDF. Grayscale: #868686. Windows color (decimal): -6909408 or 2134678. OLE color: 2134678.

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

Color convert

RGB 150 146 32 -
CMYK 0 0.03 0.79 0.41
HSL 57.97º 0.65% 0.36% -
HSV(B) 57.97º 0.79% 0.59% -
XYZ 23.12 27.15 5.39 -
YUV 134.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 150 146 32 0 0.03 0.79 0.41 57.97 0.65 0.36
Hex 96 92 20 0 3 4F 29 3A 41 24
Octal 226 222 40 0 3 117 51 72 101 44
Binary 10010110 10010010 100000 0 11 1001111 101001 111010 1000001 100100

Color Harmonies of #969220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969220

Black with #969220

Text Example


Text Example

White with #969220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969220; }

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

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

background-color css

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

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

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

border-color css

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

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

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