Html Css Color HEX #99AD06 Citrus

📋 copy color: '#99AD06'

red 153 ◦ green 173 ◦ blue 6

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

Shades of Citrus #99AD06

Tints of Citrus #99AD06

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.11%

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 46.08%
G = 52.11%
B = 1.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#99AD06 (or 0x99AD06) is known color: Citrus. HEX triplet: 99, AD and 06. RGB value is (153,173,6). Sum of RGB (Red+Green+Blue) = 153+173+6=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AD06 is #6652F9. Grayscale: #949494. Windows color (decimal): -6705914 or 437657. OLE color: 437657.

HSL color Cylindrical-coordinate representation of color #99AD06: hue angle of 67.19º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99AD06 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 173 6 -
CMYK 0.12 0 0.97 0.32
HSL 67.19º 0.93% 0.35% -
HSV(B) 67.19º 0.97% 0.68% -
XYZ 28.11 36.67 5.77 -
YUV 147.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 153 173 6 0.12 0 0.97 0.32 67.19 0.93 0.35
Hex 99 AD 6 C 0 61 20 43 5D 23
Octal 231 255 6 14 0 141 40 103 135 43
Binary 10011001 10101101 110 1100 0 1100001 100000 1000011 1011101 100011

Color Harmonies of #99AD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD06

Black with #99AD06

Text Example


Text Example

White with #99AD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,173,6); }

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

background-color css

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

 a { background-color: rgb(153,173,6); }

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

border-color css

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

 span { border-color: rgb(153,173,6); }

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