Html Css Color HEX #BABC0E La Rioja

📋 copy color: '#BABC0E'

red 186 ◦ green 188 ◦ blue 14

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

Shades of La Rioja #BABC0E

Tints of La Rioja #BABC0E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.45%

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

R = 47.94%
G = 48.45%
B = 3.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BABC0E (or 0xBABC0E) is known color: La Rioja. HEX triplet: BA, BC and 0E. RGB value is (186,188,14). Sum of RGB (Red+Green+Blue) = 186+188+14=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC0E is #4543F1. Grayscale: #A8A8A8. Windows color (decimal): -4539378 or 965818. OLE color: 965818.

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

Color convert

RGB 186 188 14 -
CMYK 0.01 0 0.93 0.26
HSL 60.69º 0.86% 0.4% -
HSV(B) 60.69º 0.93% 0.74% -
XYZ 38.31 46.44 7.36 -
YUV 167.57 41.34 141.15 -
System Red Green Blue C M Y K H S L
Decimal 186 188 14 0.01 0 0.93 0.26 60.69 0.86 0.4
Hex BA BC E 1 0 5D 1A 3D 56 28
Octal 272 274 16 1 0 135 32 75 126 50
Binary 10111010 10111100 1110 1 0 1011101 11010 111101 1010110 101000

Color Harmonies of #BABC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC0E

Black with #BABC0E

Text Example


Text Example

White with #BABC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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