#99B00A

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

Shades of Citrus #99B00A

Tints of Citrus #99B00A

Color information

#99B00A (or 0x99B00A) is unknown color: approx Citrus. HEX triplet: 99, B0 and 0A. RGB value is (153,176,10). Sum of RGB (Red+Green+Blue) = 153+176+10=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #99B00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B00A is #664FF5. Grayscale: #969696. Windows color (decimal): -6705142 or 700569. OLE color: 700569.

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

Color convert

RGB15317610-
CMYK0.1300.940.31
HSL68.31º89.25%36.47%-
HSV(B)68.31º94.32%69.02%-
XYZ28.7237.846.08-
YUV150.248.88130-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 10 (4.30% from 255) = 2.95%
R=45.13%
G=51.92%
B=2.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153176100.1300.940.3168.3189.2536.47
Hex99B0AD05E1F445924
Octal231260121501363710413144
Binary100110011011000010101101010111101111110001001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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