Html Css Color HEX #949520 Citron

📋 copy color: '#949520'

red 148 ◦ green 149 ◦ blue 32

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

Shades of Citron #949520

Tints of Citron #949520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

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

R = 44.98%
G = 45.29%
B = 9.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#949520 (or 0x949520) is known color: Citron. HEX triplet: 94, 95 and 20. RGB value is (148,149,32). Sum of RGB (Red+Green+Blue) = 148+149+32=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #949520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949520 is #6B6ADF. Grayscale: #878787. Windows color (decimal): -7039712 or 2135444. OLE color: 2135444.

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

Color convert

RGB 148 149 32 -
CMYK 0.01 0 0.79 0.42
HSL 60.51º 0.65% 0.35% -
HSV(B) 60.51º 0.79% 0.58% -
XYZ 23.22 27.9 5.53 -
YUV 135.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 148 149 32 0.01 0 0.79 0.42 60.51 0.65 0.35
Hex 94 95 20 1 0 4F 2A 3D 41 23
Octal 224 225 40 1 0 117 52 75 101 43
Binary 10010100 10010101 100000 1 0 1001111 101010 111101 1000001 100011

Color Harmonies of #949520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949520

Black with #949520

Text Example


Text Example

White with #949520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949520; }

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

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

background-color css

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

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

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

border-color css

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

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

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