Html Css Color HEX #9A9912 Citron

📋 copy color: '#9A9912'

red 154 ◦ green 153 ◦ blue 18

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

Shades of Citron #9A9912

Tints of Citron #9A9912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 47.38%
G = 47.08%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#9A9912 (or 0x9A9912) is known color: Citron. HEX triplet: 9A, 99 and 12. RGB value is (154,153,18). Sum of RGB (Red+Green+Blue) = 154+153+18=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9912 is #6566ED. Grayscale: #8A8A8A. Windows color (decimal): -6645486 or 1218970. OLE color: 1218970.

HSL color Cylindrical-coordinate representation of color #9A9912: hue angle of 59.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A9912 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 153 18 -
CMYK 0 0.01 0.88 0.40
HSL 59.56º 0.79% 0.34% -
HSV(B) 59.56º 0.88% 0.6% -
XYZ 24.83 29.7 5 -
YUV 137.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 154 153 18 0 0.01 0.88 0.40 59.56 0.79 0.34
Hex 9A 99 12 0 1 58 28 3C 4F 22
Octal 232 231 22 0 1 130 50 74 117 42
Binary 10011010 10011001 10010 0 1 1011000 101000 111100 1001111 100010

Color Harmonies of #9A9912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9912

Black with #9A9912

Text Example


Text Example

White with #9A9912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,153,18); }

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

background-color css

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

 a { background-color: rgb(154,153,18); }

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

border-color css

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

 span { border-color: rgb(154,153,18); }

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