#BAD000

Color #BAD000 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BAD000

Tints of La Rioja #BAD000

Color information

#BAD000 (or 0xBAD000) is unknown color: approx La Rioja. HEX triplet: BA, D0 and 00. RGB value is (186,208,0). Sum of RGB (Red+Green+Blue) = 186+208+0=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD000 is #452FFF. Grayscale: #B2B2B2. Windows color (decimal): -4534272 or 53434. OLE color: 53434.

HSL color Cylindrical-coordinate representation of color #BAD000: hue angle of 66.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAD000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB1862080-
CMYK0.11010.18
HSL66.35º100%40.78%-
HSV(B)66.35º100%81.57%-
XYZ42.8155.558.47-
YUV177.7127.71133.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 208 (81.64% from 255) = 52.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.21%
G=52.79%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18620800.11010.1866.3510040.78
HexBAD00B06412426429
Octal27232001301442210214451
Binary101110101101000001011011001001001010000101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD000; }

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

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

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

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

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

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

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

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