Html Css Color HEX #949518 Citron

📋 copy color: '#949518'

red 148 ◦ green 149 ◦ blue 24

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

Shades of Citron #949518

Tints of Citron #949518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.48%

R = 46.11%
G = 46.42%
B = 7.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#949518 (or 0x949518) is known color: Citron. HEX triplet: 94, 95 and 18. RGB value is (148,149,24). Sum of RGB (Red+Green+Blue) = 148+149+24=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #949518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949518 is #6B6AE7. Grayscale: #868686. Windows color (decimal): -7039720 or 1611156. OLE color: 1611156.

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

Color convert

RGB 148 149 24 -
CMYK 0.01 0 0.84 0.42
HSL 60.48º 0.72% 0.34% -
HSV(B) 60.48º 0.84% 0.58% -
XYZ 23.13 27.86 5.02 -
YUV 134.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 148 149 24 0.01 0 0.84 0.42 60.48 0.72 0.34
Hex 94 95 18 1 0 54 2A 3C 48 22
Octal 224 225 30 1 0 124 52 74 110 42
Binary 10010100 10010101 11000 1 0 1010100 101010 111100 1001000 100010

Color Harmonies of #949518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949518

Black with #949518

Text Example


Text Example

White with #949518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949518; }

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

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

background-color css

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

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

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

border-color css

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

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

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