Html Css Color HEX #949510 Citron

📋 copy color: '#949510'

red 148 ◦ green 149 ◦ blue 16

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

Shades of Citron #949510

Tints of Citron #949510

RGB

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

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

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

R = 47.28%
G = 47.6%
B = 5.11%

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

#949510 (or 0x949510) is known color: Citron. HEX triplet: 94, 95 and 10. RGB value is (148,149,16). Sum of RGB (Red+Green+Blue) = 148+149+16=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #949510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949510 is #6B6AEF. Grayscale: #868686. Windows color (decimal): -7039728 or 1086868. OLE color: 1086868.

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

Color convert

RGB 148 149 16 -
CMYK 0.01 0 0.89 0.42
HSL 60.45º 0.81% 0.32% -
HSV(B) 60.45º 0.89% 0.58% -
XYZ 23.05 27.83 4.65 -
YUV 133.54 61.67 138.31 -
System Red Green Blue C M Y K H S L
Decimal 148 149 16 0.01 0 0.89 0.42 60.45 0.81 0.32
Hex 94 95 10 1 0 59 2A 3C 51 20
Octal 224 225 20 1 0 131 52 74 121 40
Binary 10010100 10010101 10000 1 0 1011001 101010 111100 1010001 100000

Color Harmonies of #949510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949510

Black with #949510

Text Example


Text Example

White with #949510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949510; }

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

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

background-color css

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

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

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

border-color css

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

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

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