#99B406

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

Shades of Citrus #99B406

Tints of Citrus #99B406

Color information

#99B406 (or 0x99B406) is unknown color: approx Citrus. HEX triplet: 99, B4 and 06. RGB value is (153,180,6). Sum of RGB (Red+Green+Blue) = 153+180+6=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #99B406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B406 is #664BF9. Grayscale: #989898. Windows color (decimal): -6704122 or 439449. OLE color: 439449.

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

Color convert

RGB1531806-
CMYK0.1500.970.29
HSL69.31º93.55%36.47%-
HSV(B)69.31º96.67%70.59%-
XYZ29.4939.436.23-
YUV152.0945.55128.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 180 (70.70% from 255) = 53.10%
BLUE value IS 6 (2.73% from 255) = 1.77%
R=45.13%
G=53.10%
B=1.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15318060.1500.970.2969.3193.5536.47
Hex99B46F0611D455e24
Octal23126461701413510513644
Binary10011001101101001101111011000011110110001011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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