Html Css Color HEX #949A16 Citron

📋 copy color: '#949A16'

red 148 ◦ green 154 ◦ blue 22

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

Shades of Citron #949A16

Tints of Citron #949A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.53%

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 45.68%
G = 47.53%
B = 6.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#949A16 (or 0x949A16) is known color: Citron. HEX triplet: 94, 9A and 16. RGB value is (148,154,22). Sum of RGB (Red+Green+Blue) = 148+154+22=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #949A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949A16 is #6B65E9. Grayscale: #898989. Windows color (decimal): -7038442 or 1481364. OLE color: 1481364.

HSL color Cylindrical-coordinate representation of color #949A16: hue angle of 62.73º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #949A16 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 22 -
CMYK 0.04 0 0.86 0.40
HSL 62.73º 0.75% 0.35% -
HSV(B) 62.73º 0.86% 0.6% -
XYZ 23.91 29.47 5.19 -
YUV 137.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 148 154 22 0.04 0 0.86 0.40 62.73 0.75 0.35
Hex 94 9A 16 4 0 56 28 3F 4B 23
Octal 224 232 26 4 0 126 50 77 113 43
Binary 10010100 10011010 10110 100 0 1010110 101000 111111 1001011 100011

Color Harmonies of #949A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A16

Black with #949A16

Text Example


Text Example

White with #949A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949A16; }

 p { color: rgb(148,154,22); }

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

background-color css

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

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

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

border-color css

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

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

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