#BABD00

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

Shades of La Rioja #BABD00

Tints of La Rioja #BABD00

Color information

#BABD00 (or 0xBABD00) is unknown color: approx La Rioja. HEX triplet: BA, BD and 00. RGB value is (186,189,0). Sum of RGB (Red+Green+Blue) = 186+189+0=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABD00 is #4542FF. Grayscale: #A7A7A7. Windows color (decimal): -4539136 or 48570. OLE color: 48570.

HSL color Cylindrical-coordinate representation of color #BABD00: hue angle of 60.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BABD00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1861890-
CMYK0.02010.26
HSL60.95º100%37.06%-
HSV(B)60.95º100%74.12%-
XYZ38.4546.837.01-
YUV166.5634.01141.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 189 (74.22% from 255) = 50.4%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.6%
G=50.4%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18618900.02010.2660.9510037.06
HexBABD020641A3d6425
Octal272275020144327514445
Binary101110101011110101001100100110101111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD00; }

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

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

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

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

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

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

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

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