Html Css Color HEX #99A30E Citrus

📋 copy color: '#99A30E'

red 153 ◦ green 163 ◦ blue 14

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

Shades of Citrus #99A30E

Tints of Citrus #99A30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.39%

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

R = 46.36%
G = 49.39%
B = 4.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#99A30E (or 0x99A30E) is known color: Citrus. HEX triplet: 99, A3 and 0E. RGB value is (153,163,14). Sum of RGB (Red+Green+Blue) = 153+163+14=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #99A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A30E is #665CF1. Grayscale: #8F8F8F. Windows color (decimal): -6708466 or 959385. OLE color: 959385.

HSL color Cylindrical-coordinate representation of color #99A30E: hue angle of 64.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99A30E is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 163 14 -
CMYK 0.06 0 0.91 0.36
HSL 64.03º 0.84% 0.35% -
HSV(B) 64.03º 0.91% 0.64% -
XYZ 26.31 33 5.4 -
YUV 143.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 153 163 14 0.06 0 0.91 0.36 64.03 0.84 0.35
Hex 99 A3 E 6 0 5B 24 40 54 23
Octal 231 243 16 6 0 133 44 100 124 43
Binary 10011001 10100011 1110 110 0 1011011 100100 1000000 1010100 100011

Color Harmonies of #99A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A30E

Black with #99A30E

Text Example


Text Example

White with #99A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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