Html Css Color HEX #949020 Citron

📋 copy color: '#949020'

red 148 ◦ green 144 ◦ blue 32

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

Shades of Citron #949020

Tints of Citron #949020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 45.68%
G = 44.44%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#949020 (or 0x949020) is known color: Citron. HEX triplet: 94, 90 and 20. RGB value is (148,144,32). Sum of RGB (Red+Green+Blue) = 148+144+32=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #949020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949020 is #6B6FDF. Grayscale: #848484. Windows color (decimal): -7040992 or 2134164. OLE color: 2134164.

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

Color convert

RGB 148 144 32 -
CMYK 0 0.03 0.78 0.42
HSL 57.93º 0.64% 0.35% -
HSV(B) 57.93º 0.78% 0.58% -
XYZ 22.45 26.35 5.27 -
YUV 132.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 148 144 32 0 0.03 0.78 0.42 57.93 0.64 0.35
Hex 94 90 20 0 3 4E 2A 3A 40 23
Octal 224 220 40 0 3 116 52 72 100 43
Binary 10010100 10010000 100000 0 11 1001110 101010 111010 1000000 100011

Color Harmonies of #949020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949020

Black with #949020

Text Example


Text Example

White with #949020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949020; }

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

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

background-color css

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

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

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

border-color css

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

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

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