#99B30F

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

Shades of Citrus #99B30F

Tints of Citrus #99B30F

Color information

#99B30F (or 0x99B30F) is unknown color: approx Citrus. HEX triplet: 99, B3 and 0F. RGB value is (153,179,15). Sum of RGB (Red+Green+Blue) = 153+179+15=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #99B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B30F is #664CF0. Grayscale: #999999. Windows color (decimal): -6704369 or 1029017. OLE color: 1029017.

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

Color convert

RGB15317915-
CMYK0.1500.920.30
HSL69.51º84.54%38.04%-
HSV(B)69.51º91.62%70.2%-
XYZ29.3439.056.44-
YUV152.5350.39128.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 179 (70.31% from 255) = 51.59%
BLUE value IS 15 (6.25% from 255) = 4.32%
R=44.09%
G=51.59%
B=4.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153179150.1500.920.3069.5184.5438.04
Hex99B3FF05C1E465526
Octal231263171701343610612546
Binary100110011011001111111111010111001111010001101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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