Html Css Color HEX #9A9E16 Citron

📋 copy color: '#9A9E16'

red 154 ◦ green 158 ◦ blue 22

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

Shades of Citron #9A9E16

Tints of Citron #9A9E16

RGB

 RED value IS 154 (60.55% from 255) = 46.11%

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

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

R = 46.11%
G = 47.31%
B = 6.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9A9E16 (or 0x9A9E16) is known color: Citron. HEX triplet: 9A, 9E and 16. RGB value is (154,158,22). Sum of RGB (Red+Green+Blue) = 154+158+22=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9E16 is #6561E9. Grayscale: #8D8D8D. Windows color (decimal): -6644202 or 1482394. OLE color: 1482394.

HSL color Cylindrical-coordinate representation of color #9A9E16: hue angle of 61.76º 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 #9A9E16 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 158 22 -
CMYK 0.03 0 0.86 0.38
HSL 61.76º 0.76% 0.35% -
HSV(B) 61.76º 0.86% 0.62% -
XYZ 25.7 31.38 5.46 -
YUV 141.3 60.67 137.06 -
System Red Green Blue C M Y K H S L
Decimal 154 158 22 0.03 0 0.86 0.38 61.76 0.76 0.35
Hex 9A 9E 16 3 0 56 26 3E 4C 23
Octal 232 236 26 3 0 126 46 76 114 43
Binary 10011010 10011110 10110 11 0 1010110 100110 111110 1001100 100011

Color Harmonies of #9A9E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9E16

Black with #9A9E16

Text Example


Text Example

White with #9A9E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A9E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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