#99BA00

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

Shades of Citrus #99BA00

Tints of Citrus #99BA00

Color information

#99BA00 (or 0x99BA00) is unknown color: approx Citrus. HEX triplet: 99, BA and 00. RGB value is (153,186,0). Sum of RGB (Red+Green+Blue) = 153+186+0=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA00 is #6645FF. Grayscale: #9B9B9B. Windows color (decimal): -6702592 or 47769. OLE color: 47769.

HSL color Cylindrical-coordinate representation of color #99BA00: hue angle of 70.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99BA00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1531860-
CMYK0.18010.27
HSL70.65º100%36.47%-
HSV(B)70.65º100%72.94%-
XYZ30.741.896.47-
YUV154.9340.57126.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 186 (73.05% from 255) = 54.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.13%
G=54.87%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15318600.18010.2770.6510036.47
Hex99BA0120641B476424
Octal23127202201443310714444
Binary1001100110111010010010011001001101110001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,186,0); }

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

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

 a { background-color: rgb(153,186,0); }

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

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

 span { border-color: rgb(153,186,0); }

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