#BABE11

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

Shades of La Rioja #BABE11

Tints of La Rioja #BABE11

Color information

#BABE11 (or 0xBABE11) is unknown color: approx La Rioja. HEX triplet: BA, BE and 11. RGB value is (186,190,17). Sum of RGB (Red+Green+Blue) = 186+190+17=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABE11 is #4541EE. Grayscale: #A9A9A9. Windows color (decimal): -4538863 or 1162938. OLE color: 1162938.

HSL color Cylindrical-coordinate representation of color #BABE11: hue angle of 61.39º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BABE11 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB18619017-
CMYK0.0200.910.25
HSL61.39º83.57%40.59%-
HSV(B)61.39º91.05%74.51%-
XYZ38.7647.317.62-
YUV169.0842.17140.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 190 (74.61% from 255) = 48.35%
BLUE value IS 17 (7.03% from 255) = 4.33%
R=47.33%
G=48.35%
B=4.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190170.0200.910.2561.3983.5740.59
HexBABE11205B193d5429
Octal2722762120133317512451
Binary1011101010111110100011001011011110011111011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE11; }

 p { color: rgb(186,190,17); }

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

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

 a { background-color: rgb(186,190,17); }

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

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

 span { border-color: rgb(186,190,17); }

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