Html Css Color HEX #949C16 Citron

📋 copy color: '#949C16'

red 148 ◦ green 156 ◦ blue 22

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

Shades of Citron #949C16

Tints of Citron #949C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.85%

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

R = 45.4%
G = 47.85%
B = 6.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#949C16 (or 0x949C16) is known color: Citron. HEX triplet: 94, 9C and 16. RGB value is (148,156,22). Sum of RGB (Red+Green+Blue) = 148+156+22=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #949C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949C16 is #6B63E9. Grayscale: #8A8A8A. Windows color (decimal): -7037930 or 1481876. OLE color: 1481876.

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

Color convert

RGB 148 156 22 -
CMYK 0.05 0 0.86 0.39
HSL 63.58º 0.75% 0.35% -
HSV(B) 63.58º 0.86% 0.61% -
XYZ 24.25 30.13 5.3 -
YUV 138.33 62.35 134.9 -
System Red Green Blue C M Y K H S L
Decimal 148 156 22 0.05 0 0.86 0.39 63.58 0.75 0.35
Hex 94 9C 16 5 0 56 27 40 4B 23
Octal 224 234 26 5 0 126 47 100 113 43
Binary 10010100 10011100 10110 101 0 1010110 100111 1000000 1001011 100011

Color Harmonies of #949C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C16

Black with #949C16

Text Example


Text Example

White with #949C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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