Html Css Color HEX #919420 Citron

📋 copy color: '#919420'

red 145 ◦ green 148 ◦ blue 32

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

Shades of Citron #919420

Tints of Citron #919420

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 145 148 32 -
CMYK 0.02 0 0.78 0.42
HSL 61.55º 0.64% 0.35% -
HSV(B) 61.55º 0.78% 0.58% -
XYZ 22.53 27.3 5.45 -
YUV 133.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 145 148 32 0.02 0 0.78 0.42 61.55 0.64 0.35
Hex 91 94 20 2 0 4E 2A 3E 40 23
Octal 221 224 40 2 0 116 52 76 100 43
Binary 10010001 10010100 100000 10 0 1001110 101010 111110 1000000 100011

Color Harmonies of #919420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919420

Black with #919420

Text Example


Text Example

White with #919420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919420; }

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

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

background-color css

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

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

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

border-color css

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

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

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