Html Css Color HEX #949121 Citron

📋 copy color: '#949121'

red 148 ◦ green 145 ◦ blue 33

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

Shades of Citron #949121

Tints of Citron #949121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 45.4%
G = 44.48%
B = 10.12%

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

#949121 (or 0x949121) is known color: Citron. HEX triplet: 94, 91 and 21. RGB value is (148,145,33). Sum of RGB (Red+Green+Blue) = 148+145+33=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #949121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949121 is #6B6EDE. Grayscale: #858585. Windows color (decimal): -7040735 or 2199956. OLE color: 2199956.

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

Color convert

RGB 148 145 33 -
CMYK 0 0.02 0.78 0.42
HSL 58.43º 0.64% 0.35% -
HSV(B) 58.43º 0.78% 0.58% -
XYZ 22.61 26.66 5.39 -
YUV 133.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 148 145 33 0 0.02 0.78 0.42 58.43 0.64 0.35
Hex 94 91 21 0 2 4E 2A 3A 40 23
Octal 224 221 41 0 2 116 52 72 100 43
Binary 10010100 10010001 100001 0 10 1001110 101010 111010 1000000 100011

Color Harmonies of #949121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949121

Black with #949121

Text Example


Text Example

White with #949121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949121; }

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

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

background-color css

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

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

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

border-color css

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

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

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