Html Css Color HEX #99A717 Citron

📋 copy color: '#99A717'

red 153 ◦ green 167 ◦ blue 23

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

Shades of Citron #99A717

Tints of Citron #99A717

RGB

 RED value IS 153 (60.16% from 255) = 44.61%

 GREEN value IS 167 (65.63% from 255) = 48.69%

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 44.61%
G = 48.69%
B = 6.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#99A717 (or 0x99A717) is known color: Citron. HEX triplet: 99, A7 and 17. RGB value is (153,167,23). Sum of RGB (Red+Green+Blue) = 153+167+23=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #99A717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A717 is #6658E8. Grayscale: #929292. Windows color (decimal): -6707433 or 1550233. OLE color: 1550233.

HSL color Cylindrical-coordinate representation of color #99A717: hue angle of 65.83º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99A717 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 167 23 -
CMYK 0.08 0 0.86 0.35
HSL 65.83º 0.76% 0.37% -
HSV(B) 65.83º 0.86% 0.65% -
XYZ 27.11 34.47 6.04 -
YUV 146.4 58.36 132.71 -
System Red Green Blue C M Y K H S L
Decimal 153 167 23 0.08 0 0.86 0.35 65.83 0.76 0.37
Hex 99 A7 17 8 0 56 23 42 4C 25
Octal 231 247 27 10 0 126 43 102 114 45
Binary 10011001 10100111 10111 1000 0 1010110 100011 1000010 1001100 100101

Color Harmonies of #99A717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A717

Black with #99A717

Text Example


Text Example

White with #99A717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A717; }

 p { color: rgb(153,167,23); }

 H1.HeaderClassName
 {
   color: #99A717;
 }
 .AnyTagClassName
 {
   color: #99A717;
 }
</style>

background-color css

<style>
 a { background-color: #99A717; }

 a { background-color: rgb(153,167,23); }

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

border-color css

<style>
 span { border-color: #99A717; }

 span { border-color: rgb(153,167,23); }

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