Html Css Color HEX #99A007 Citrus

📋 copy color: '#99A007'

red 153 ◦ green 160 ◦ blue 7

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

Shades of Citrus #99A007

Tints of Citrus #99A007

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 47.81%
G = 50%
B = 2.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#99A007 (or 0x99A007) is known color: Citrus. HEX triplet: 99, A0 and 07. RGB value is (153,160,7). Sum of RGB (Red+Green+Blue) = 153+160+7=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #99A007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A007 is #665FF8. Grayscale: #8D8D8D. Windows color (decimal): -6709241 or 499865. OLE color: 499865.

HSL color Cylindrical-coordinate representation of color #99A007: hue angle of 62.75º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99A007 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 160 7 -
CMYK 0.04 0 0.96 0.37
HSL 62.75º 0.92% 0.33% -
HSV(B) 62.75º 0.96% 0.63% -
XYZ 25.75 31.93 5.01 -
YUV 140.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 153 160 7 0.04 0 0.96 0.37 62.75 0.92 0.33
Hex 99 A0 7 4 0 60 25 3F 5C 21
Octal 231 240 7 4 0 140 45 77 134 41
Binary 10011001 10100000 111 100 0 1100000 100101 111111 1011100 100001

Color Harmonies of #99A007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A007

Black with #99A007

Text Example


Text Example

White with #99A007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,160,7); }

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

background-color css

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

 a { background-color: rgb(153,160,7); }

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

border-color css

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

 span { border-color: rgb(153,160,7); }

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