Html Css Color HEX #949120 Citron

📋 copy color: '#949120'

red 148 ◦ green 145 ◦ blue 32

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

Shades of Citron #949120

Tints of Citron #949120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

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

R = 45.54%
G = 44.62%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#949120 (or 0x949120) is known color: Citron. HEX triplet: 94, 91 and 20. RGB value is (148,145,32). Sum of RGB (Red+Green+Blue) = 148+145+32=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #949120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949120 is #6B6EDF. Grayscale: #858585. Windows color (decimal): -7040736 or 2134420. OLE color: 2134420.

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

Color convert

RGB 148 145 32 -
CMYK 0 0.02 0.78 0.42
HSL 58.45º 0.64% 0.35% -
HSV(B) 58.45º 0.78% 0.58% -
XYZ 22.6 26.65 5.32 -
YUV 133.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 148 145 32 0 0.02 0.78 0.42 58.45 0.64 0.35
Hex 94 91 20 0 2 4E 2A 3A 40 23
Octal 224 221 40 0 2 116 52 72 100 43
Binary 10010100 10010001 100000 0 10 1001110 101010 111010 1000000 100011

Color Harmonies of #949120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949120

Black with #949120

Text Example


Text Example

White with #949120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949120; }

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

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

background-color css

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

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

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

border-color css

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

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

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