#99B005

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

Shades of Citrus #99B005

Tints of Citrus #99B005

Color information

#99B005 (or 0x99B005) is unknown color: approx Citrus. HEX triplet: 99, B0 and 05. RGB value is (153,176,5). Sum of RGB (Red+Green+Blue) = 153+176+5=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #99B005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B005 is #664FFA. Grayscale: #969696. Windows color (decimal): -6705147 or 372889. OLE color: 372889.

HSL color Cylindrical-coordinate representation of color #99B005: hue angle of 68.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99B005 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1531765-
CMYK0.1300.970.31
HSL68.07º94.48%35.49%-
HSV(B)68.07º97.16%69.02%-
XYZ28.6937.835.93-
YUV149.6346.38130.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 176 (69.14% from 255) = 52.69%
BLUE value IS 5 (2.34% from 255) = 1.50%
R=45.81%
G=52.69%
B=1.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15317650.1300.970.3168.0794.4835.49
Hex99B05D0611F445e23
Octal23126051501413710413643
Binary10011001101100001011101011000011111110001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,176,5); }

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

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

 a { background-color: rgb(153,176,5); }

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

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

 span { border-color: rgb(153,176,5); }

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