Html Css Color HEX #949411 Citron

📋 copy color: '#949411'

red 148 ◦ green 148 ◦ blue 17

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

Shades of Citron #949411

Tints of Citron #949411

RGB

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

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

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

R = 47.28%
G = 47.28%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#949411 (or 0x949411) is known color: Citron. HEX triplet: 94, 94 and 11. RGB value is (148,148,17). Sum of RGB (Red+Green+Blue) = 148+148+17=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949411 is #6B6BEE. Grayscale: #858585. Windows color (decimal): -7039983 or 1152148. OLE color: 1152148.

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

Color convert

RGB 148 148 17 -
CMYK 0 0 0.89 0.42
HSL 60º 0.79% 0.32% -
HSV(B) 60º 0.89% 0.58% -
XYZ 22.9 27.52 4.63 -
YUV 133.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 148 148 17 0 0 0.89 0.42 60 0.79 0.32
Hex 94 94 11 0 0 59 2A 3C 4F 20
Octal 224 224 21 0 0 131 52 74 117 40
Binary 10010100 10010100 10001 0 0 1011001 101010 111100 1001111 100000

Color Harmonies of #949411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949411

Black with #949411

Text Example


Text Example

White with #949411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949411; }

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

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

background-color css

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

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

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

border-color css

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

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

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