#99B716

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

Shades of Citrus #99B716

Tints of Citrus #99B716

Color information

#99B716 (or 0x99B716) is unknown color: approx Citrus. HEX triplet: 99, B7 and 16. RGB value is (153,183,22). Sum of RGB (Red+Green+Blue) = 153+183+22=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #99B716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B716 is #6648E9. Grayscale: #9C9C9C. Windows color (decimal): -6703338 or 1488793. OLE color: 1488793.

HSL color Cylindrical-coordinate representation of color #99B716: hue angle of 71.18º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99B716 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB15318322-
CMYK0.1600.880.28
HSL71.18º78.54%40.2%-
HSV(B)71.18º87.98%71.76%-
XYZ30.2240.77.02-
YUV155.6852.56126.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 183 (71.88% from 255) = 51.12%
BLUE value IS 22 (8.98% from 255) = 6.15%
R=42.74%
G=51.12%
B=6.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153183220.1600.880.2871.1878.5440.2
Hex99B716100581C474f28
Octal231267262001303410711750
Binary10011001101101111011010000010110001110010001111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,183,22); }

 H1.HeaderClassName
 {
   color: #99B716;
 }
 .AnyTagClassName
 {
   color: #99B716;
 }
</style>
background-color css

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

 a { background-color: rgb(153,183,22); }

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

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

 span { border-color: rgb(153,183,22); }

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