#99B303

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

Shades of Citrus #99B303

Tints of Citrus #99B303

Color information

#99B303 (or 0x99B303) is unknown color: approx Citrus. HEX triplet: 99, B3 and 03. RGB value is (153,179,3). Sum of RGB (Red+Green+Blue) = 153+179+3=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #99B303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B303 is #664CFC. Grayscale: #979797. Windows color (decimal): -6704381 or 242585. OLE color: 242585.

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

Color convert

RGB1531793-
CMYK0.1500.980.30
HSL68.86º96.7%35.69%-
HSV(B)68.86º98.32%70.2%-
XYZ29.2739.026.07-
YUV151.1644.39129.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 179 (70.31% from 255) = 53.43%
BLUE value IS 3 (1.56% from 255) = 0.90%
R=45.67%
G=53.43%
B=0.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15317930.1500.980.3068.8696.735.69
Hex99B33F0621E456124
Octal23126331701423610514144
Binary1001100110110011111111011000101111010001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,179,3); }

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

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

 a { background-color: rgb(153,179,3); }

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

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

 span { border-color: rgb(153,179,3); }

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