#99B411

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

Shades of Citrus #99B411

Tints of Citrus #99B411

Color information

#99B411 (or 0x99B411) is unknown color: approx Citrus. HEX triplet: 99, B4 and 11. RGB value is (153,180,17). Sum of RGB (Red+Green+Blue) = 153+180+17=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #99B411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B411 is #664BEE. Grayscale: #999999. Windows color (decimal): -6704111 or 1160345. OLE color: 1160345.

HSL color Cylindrical-coordinate representation of color #99B411: hue angle of 69.94º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99B411 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB15318017-
CMYK0.1500.910.29
HSL69.94º82.74%38.63%-
HSV(B)69.94º90.56%70.59%-
XYZ29.5639.466.59-
YUV153.3451.05127.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 180 (70.70% from 255) = 51.43%
BLUE value IS 17 (7.03% from 255) = 4.86%
R=43.71%
G=51.43%
B=4.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153180170.1500.910.2969.9482.7438.63
Hex99B411F05B1D465327
Octal231264211701333510612347
Binary1001100110110100100011111010110111110110001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,17); }

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

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

 a { background-color: rgb(153,180,17); }

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

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

 span { border-color: rgb(153,180,17); }

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