Html Css Color HEX #949110 Citron

📋 copy color: '#949110'

red 148 ◦ green 145 ◦ blue 16

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

Shades of Citron #949110

Tints of Citron #949110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 47.9%
G = 46.93%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#949110 (or 0x949110) is known color: Citron. HEX triplet: 94, 91 and 10. RGB value is (148,145,16). Sum of RGB (Red+Green+Blue) = 148+145+16=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #949110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949110 is #6B6EEF. Grayscale: #838383. Windows color (decimal): -7040752 or 1085844. OLE color: 1085844.

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

Color convert

RGB 148 145 16 -
CMYK 0 0.02 0.89 0.42
HSL 58.64º 0.8% 0.32% -
HSV(B) 58.64º 0.89% 0.58% -
XYZ 22.43 26.58 4.44 -
YUV 131.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 148 145 16 0 0.02 0.89 0.42 58.64 0.8 0.32
Hex 94 91 10 0 2 59 2A 3B 50 20
Octal 224 221 20 0 2 131 52 73 120 40
Binary 10010100 10010001 10000 0 10 1011001 101010 111011 1010000 100000

Color Harmonies of #949110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949110

Black with #949110

Text Example


Text Example

White with #949110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949110; }

 p { color: rgb(148,145,16); }

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

background-color css

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

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

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

border-color css

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

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

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