Html Css Color HEX #949011 Citron

📋 copy color: '#949011'

red 148 ◦ green 144 ◦ blue 17

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

Shades of Citron #949011

Tints of Citron #949011

RGB

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

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

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

R = 47.9%
G = 46.6%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#949011 (or 0x949011) is known color: Citron. HEX triplet: 94, 90 and 11. RGB value is (148,144,17). Sum of RGB (Red+Green+Blue) = 148+144+17=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #949011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949011 is #6B6FEE. Grayscale: #838383. Windows color (decimal): -7041007 or 1151124. OLE color: 1151124.

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

Color convert

RGB 148 144 17 -
CMYK 0 0.03 0.89 0.42
HSL 58.17º 0.79% 0.32% -
HSV(B) 58.17º 0.89% 0.58% -
XYZ 22.29 26.28 4.43 -
YUV 130.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 148 144 17 0 0.03 0.89 0.42 58.17 0.79 0.32
Hex 94 90 11 0 3 59 2A 3A 4F 20
Octal 224 220 21 0 3 131 52 72 117 40
Binary 10010100 10010000 10001 0 11 1011001 101010 111010 1001111 100000

Color Harmonies of #949011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949011

Black with #949011

Text Example


Text Example

White with #949011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949011; }

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

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

background-color css

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

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

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

border-color css

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

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

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