Html Css Color HEX #99A90E Citrus

📋 copy color: '#99A90E'

red 153 ◦ green 169 ◦ blue 14

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

Shades of Citrus #99A90E

Tints of Citrus #99A90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.3%

 BLUE value IS 14 (5.86% from 255) = 4.17%

R = 45.54%
G = 50.3%
B = 4.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#99A90E (or 0x99A90E) is known color: Citrus. HEX triplet: 99, A9 and 0E. RGB value is (153,169,14). Sum of RGB (Red+Green+Blue) = 153+169+14=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #99A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A90E is #6656F1. Grayscale: #939393. Windows color (decimal): -6706930 or 960921. OLE color: 960921.

HSL color Cylindrical-coordinate representation of color #99A90E: hue angle of 66.19º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99A90E is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 169 14 -
CMYK 0.09 0 0.92 0.34
HSL 66.19º 0.85% 0.36% -
HSV(B) 66.19º 0.92% 0.66% -
XYZ 27.4 35.18 5.76 -
YUV 146.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 153 169 14 0.09 0 0.92 0.34 66.19 0.85 0.36
Hex 99 A9 E 9 0 5C 22 42 55 24
Octal 231 251 16 11 0 134 42 102 125 44
Binary 10011001 10101001 1110 1001 0 1011100 100010 1000010 1010101 100100

Color Harmonies of #99A90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A90E

Black with #99A90E

Text Example


Text Example

White with #99A90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,169,14); }

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

background-color css

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

 a { background-color: rgb(153,169,14); }

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

border-color css

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

 span { border-color: rgb(153,169,14); }

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