Html Css Color HEX #949931 Citron

📋 copy color: '#949931'

red 148 ◦ green 153 ◦ blue 49

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

Shades of Citron #949931

Tints of Citron #949931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 42.29%
G = 43.71%
B = 14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#949931 (or 0x949931) is known color: Citron. HEX triplet: 94, 99 and 31. RGB value is (148,153,49). Sum of RGB (Red+Green+Blue) = 148+153+49=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #949931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949931 is #6B66CE. Grayscale: #8C8C8C. Windows color (decimal): -7038671 or 3250580. OLE color: 3250580.

HSL color Cylindrical-coordinate representation of color #949931: hue angle of 62.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #949931 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 49 -
CMYK 0.03 0 0.68 0.4
HSL 62.88º 0.51% 0.4% -
HSV(B) 62.88º 0.68% 0.6% -
XYZ 24.16 29.3 7.29 -
YUV 139.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 148 153 49 0.03 0 0.68 0.4 62.88 0.51 0.4
Hex 94 99 31 3 0 44 28 3F 33 28
Octal 224 231 61 3 0 104 50 77 63 50
Binary 10010100 10011001 110001 11 0 1000100 101000 111111 110011 101000

Color Harmonies of #949931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949931

Black with #949931

Text Example


Text Example

White with #949931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949931; }

 p { color: rgb(148,153,49); }

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

background-color css

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

 a { background-color: rgb(148,153,49); }

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

border-color css

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

 span { border-color: rgb(148,153,49); }

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