Html Css Color HEX #99A714 Citrus

📋 copy color: '#99A714'

red 153 ◦ green 167 ◦ blue 20

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

Shades of Citrus #99A714

Tints of Citrus #99A714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 45%
G = 49.12%
B = 5.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#99A714 (or 0x99A714) is known color: Citrus. HEX triplet: 99, A7 and 14. RGB value is (153,167,20). Sum of RGB (Red+Green+Blue) = 153+167+20=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #99A714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A714 is #6658EB. Grayscale: #929292. Windows color (decimal): -6707436 or 1353625. OLE color: 1353625.

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

Color convert

RGB 153 167 20 -
CMYK 0.08 0 0.88 0.35
HSL 65.71º 0.79% 0.37% -
HSV(B) 65.71º 0.88% 0.65% -
XYZ 27.08 34.46 5.89 -
YUV 146.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 153 167 20 0.08 0 0.88 0.35 65.71 0.79 0.37
Hex 99 A7 14 8 0 58 23 42 4F 25
Octal 231 247 24 10 0 130 43 102 117 45
Binary 10011001 10100111 10100 1000 0 1011000 100011 1000010 1001111 100101

Color Harmonies of #99A714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A714

Black with #99A714

Text Example


Text Example

White with #99A714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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