Html Css Color HEX #949320 Citron

📋 copy color: '#949320'

red 148 ◦ green 147 ◦ blue 32

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

Shades of Citron #949320

Tints of Citron #949320

RGB

 RED value IS 148 (58.2% from 255) = 45.26%

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

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

R = 45.26%
G = 44.95%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#949320 (or 0x949320) is known color: Citron. HEX triplet: 94, 93 and 20. RGB value is (148,147,32). Sum of RGB (Red+Green+Blue) = 148+147+32=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #949320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949320 is #6B6CDF. Grayscale: #868686. Windows color (decimal): -7040224 or 2134932. OLE color: 2134932.

HSL color Cylindrical-coordinate representation of color #949320: hue angle of 59.48º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #949320 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 147 32 -
CMYK 0 0.01 0.78 0.42
HSL 59.48º 0.64% 0.35% -
HSV(B) 59.48º 0.78% 0.58% -
XYZ 22.91 27.27 5.42 -
YUV 134.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 148 147 32 0 0.01 0.78 0.42 59.48 0.64 0.35
Hex 94 93 20 0 1 4E 2A 3B 40 23
Octal 224 223 40 0 1 116 52 73 100 43
Binary 10010100 10010011 100000 0 1 1001110 101010 111011 1000000 100011

Color Harmonies of #949320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949320

Black with #949320

Text Example


Text Example

White with #949320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949320; }

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

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

background-color css

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

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

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

border-color css

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

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

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