Html Css Color HEX #949E16 Citron

📋 copy color: '#949E16'

red 148 ◦ green 158 ◦ blue 22

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

Shades of Citron #949E16

Tints of Citron #949E16

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.17%

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

R = 45.12%
G = 48.17%
B = 6.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#949E16 (or 0x949E16) is known color: Citron. HEX triplet: 94, 9E and 16. RGB value is (148,158,22). Sum of RGB (Red+Green+Blue) = 148+158+22=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #949E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949E16 is #6B61E9. Grayscale: #8C8C8C. Windows color (decimal): -7037418 or 1482388. OLE color: 1482388.

HSL color Cylindrical-coordinate representation of color #949E16: hue angle of 64.41º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #949E16 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 22 -
CMYK 0.06 0 0.86 0.38
HSL 64.41º 0.76% 0.35% -
HSV(B) 64.41º 0.86% 0.62% -
XYZ 24.58 30.81 5.41 -
YUV 139.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 148 158 22 0.06 0 0.86 0.38 64.41 0.76 0.35
Hex 94 9E 16 6 0 56 26 40 4C 23
Octal 224 236 26 6 0 126 46 100 114 43
Binary 10010100 10011110 10110 110 0 1010110 100110 1000000 1001100 100011

Color Harmonies of #949E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E16

Black with #949E16

Text Example


Text Example

White with #949E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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