#99A30E

Color #99A30E Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #99A30E

Tints of Citrus #99A30E

Color information

#99A30E (or 0x99A30E) is unknown color: approx 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

RGB15316314-
CMYK0.0600.910.36
HSL64.03º84.18%34.71%-
HSV(B)64.03º91.41%63.92%-
XYZ26.31335.4-
YUV143.0255.19135.12-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153163140.0600.910.3664.0384.1834.71
Hex99A3E605B24405423
Octal23124316601334410012443
Binary100110011010001111101100101101110010010000001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>