Html Css Color HEX #BABF0E La Rioja

📋 copy color: '#BABF0E'

red 186 ◦ green 191 ◦ blue 14

#BABF0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BABF0E

Tints of La Rioja #BABF0E

RGB

 RED value IS 186 (73.05% from 255) = 47.57%

 GREEN value IS 191 (75% from 255) = 48.85%

 BLUE value IS 14 (5.86% from 255) = 3.58%

R = 47.57%
G = 48.85%
B = 3.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BABF0E (or 0xBABF0E) is known color: La Rioja. HEX triplet: BA, BF and 0E. RGB value is (186,191,14). Sum of RGB (Red+Green+Blue) = 186+191+14=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABF0E is #4540F1. Grayscale: #AAAAAA. Windows color (decimal): -4538610 or 966586. OLE color: 966586.

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

Color convert

RGB 186 191 14 -
CMYK 0.03 0 0.93 0.25
HSL 61.69º 0.86% 0.4% -
HSV(B) 61.69º 0.93% 0.75% -
XYZ 38.96 47.73 7.58 -
YUV 169.33 40.34 139.89 -
System Red Green Blue C M Y K H S L
Decimal 186 191 14 0.03 0 0.93 0.25 61.69 0.86 0.4
Hex BA BF E 3 0 5D 19 3E 56 28
Octal 272 277 16 3 0 135 31 76 126 50
Binary 10111010 10111111 1110 11 0 1011101 11001 111110 1010110 101000

Color Harmonies of #BABF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF0E

Black with #BABF0E

Text Example


Text Example

White with #BABF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF0E; }

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

 H1.HeaderClassName
 {
   color: #BABF0E;
 }
 .AnyTagClassName
 {
   color: #BABF0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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