Html Css Color HEX #99A70D Citrus

📋 copy color: '#99A70D'

red 153 ◦ green 167 ◦ blue 13

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

Shades of Citrus #99A70D

Tints of Citrus #99A70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 45.95%
G = 50.15%
B = 3.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#99A70D (or 0x99A70D) is known color: Citrus. HEX triplet: 99, A7 and 0D. RGB value is (153,167,13). Sum of RGB (Red+Green+Blue) = 153+167+13=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #99A70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A70D is #6658F2. Grayscale: #919191. Windows color (decimal): -6707443 or 894873. OLE color: 894873.

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

Color convert

RGB 153 167 13 -
CMYK 0.08 0 0.92 0.35
HSL 65.45º 0.86% 0.35% -
HSV(B) 65.45º 0.92% 0.65% -
XYZ 27.03 34.44 5.6 -
YUV 145.26 53.36 133.52 -
System Red Green Blue C M Y K H S L
Decimal 153 167 13 0.08 0 0.92 0.35 65.45 0.86 0.35
Hex 99 A7 D 8 0 5C 23 41 56 23
Octal 231 247 15 10 0 134 43 101 126 43
Binary 10011001 10100111 1101 1000 0 1011100 100011 1000001 1010110 100011

Color Harmonies of #99A70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A70D

Black with #99A70D

Text Example


Text Example

White with #99A70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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