Html Css Color HEX #949511 Citron

📋 copy color: '#949511'

red 148 ◦ green 149 ◦ blue 17

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

Shades of Citron #949511

Tints of Citron #949511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 47.13%
G = 47.45%
B = 5.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#949511 (or 0x949511) is known color: Citron. HEX triplet: 94, 95 and 11. RGB value is (148,149,17). Sum of RGB (Red+Green+Blue) = 148+149+17=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #949511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949511 is #6B6AEE. Grayscale: #868686. Windows color (decimal): -7039727 or 1152404. OLE color: 1152404.

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

Color convert

RGB 148 149 17 -
CMYK 0.01 0 0.89 0.42
HSL 60.45º 0.8% 0.33% -
HSV(B) 60.45º 0.89% 0.58% -
XYZ 23.06 27.83 4.69 -
YUV 133.65 62.17 138.23 -
System Red Green Blue C M Y K H S L
Decimal 148 149 17 0.01 0 0.89 0.42 60.45 0.8 0.33
Hex 94 95 11 1 0 59 2A 3C 50 21
Octal 224 225 21 1 0 131 52 74 120 41
Binary 10010100 10010101 10001 1 0 1011001 101010 111100 1010000 100001

Color Harmonies of #949511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949511

Black with #949511

Text Example


Text Example

White with #949511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949511; }

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

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

background-color css

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

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

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

border-color css

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

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

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