Html Css Color HEX #949517 Citron

📋 copy color: '#949517'

red 148 ◦ green 149 ◦ blue 23

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

Shades of Citron #949517

Tints of Citron #949517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 46.25%
G = 46.56%
B = 7.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#949517 (or 0x949517) is known color: Citron. HEX triplet: 94, 95 and 17. RGB value is (148,149,23). Sum of RGB (Red+Green+Blue) = 148+149+23=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #949517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949517 is #6B6AE8. Grayscale: #868686. Windows color (decimal): -7039721 or 1545620. OLE color: 1545620.

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

Color convert

RGB 148 149 23 -
CMYK 0.01 0 0.85 0.42
HSL 60.48º 0.73% 0.34% -
HSV(B) 60.48º 0.85% 0.58% -
XYZ 23.11 27.85 4.97 -
YUV 134.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 148 149 23 0.01 0 0.85 0.42 60.48 0.73 0.34
Hex 94 95 17 1 0 55 2A 3C 49 22
Octal 224 225 27 1 0 125 52 74 111 42
Binary 10010100 10010101 10111 1 0 1010101 101010 111100 1001001 100010

Color Harmonies of #949517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949517

Black with #949517

Text Example


Text Example

White with #949517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949517; }

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

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

background-color css

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

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

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

border-color css

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

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

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