Html Css Color HEX #969320 Citron

📋 copy color: '#969320'

red 150 ◦ green 147 ◦ blue 32

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

Shades of Citron #969320

Tints of Citron #969320

RGB

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

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

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

R = 45.59%
G = 44.68%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#969320 (or 0x969320) is known color: Citron. HEX triplet: 96, 93 and 20. RGB value is (150,147,32). Sum of RGB (Red+Green+Blue) = 150+147+32=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #969320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969320 is #696CDF. Grayscale: #878787. Windows color (decimal): -6909152 or 2134934. OLE color: 2134934.

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

Color convert

RGB 150 147 32 -
CMYK 0 0.02 0.79 0.41
HSL 58.47º 0.65% 0.36% -
HSV(B) 58.47º 0.79% 0.59% -
XYZ 23.27 27.46 5.44 -
YUV 134.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 150 147 32 0 0.02 0.79 0.41 58.47 0.65 0.36
Hex 96 93 20 0 2 4F 29 3A 41 24
Octal 226 223 40 0 2 117 51 72 101 44
Binary 10010110 10010011 100000 0 10 1001111 101001 111010 1000001 100100

Color Harmonies of #969320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969320

Black with #969320

Text Example


Text Example

White with #969320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969320; }

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

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

background-color css

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

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

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

border-color css

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

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

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