#BABF0C

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

Shades of La Rioja #BABF0C

Tints of La Rioja #BABF0C

Color information

#BABF0C (or 0xBABF0C) is unknown color: approx La Rioja. HEX triplet: BA, BF and 0C. RGB value is (186,191,12). Sum of RGB (Red+Green+Blue) = 186+191+12=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABF0C is #4540F3. Grayscale: #A9A9A9. Windows color (decimal): -4538612 or 835514. OLE color: 835514.

HSL color Cylindrical-coordinate representation of color #BABF0C: hue angle of 61.68º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BABF0C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB18619112-
CMYK0.0300.940.25
HSL61.68º88.18%39.8%-
HSV(B)61.68º93.72%74.9%-
XYZ38.9547.737.51-
YUV169.139.34140.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 12 (5.08% from 255) = 3.08%
R=47.81%
G=49.10%
B=3.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191120.0300.940.2561.6888.1839.8
HexBABFC305E193e5828
Octal2722771430136317613050
Binary101110101011111111001101011110110011111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF0C; }

 p { color: rgb(186,191,12); }

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

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

 a { background-color: rgb(186,191,12); }

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

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

 span { border-color: rgb(186,191,12); }

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