Html Css Color HEX #BABC0F La Rioja

📋 copy color: '#BABC0F'

red 186 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #BABC0F

Tints of La Rioja #BABC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.86%

R = 47.81%
G = 48.33%
B = 3.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BABC0F (or 0xBABC0F) is known color: La Rioja. HEX triplet: BA, BC and 0F. RGB value is (186,188,15). Sum of RGB (Red+Green+Blue) = 186+188+15=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC0F is #4543F0. Grayscale: #A8A8A8. Windows color (decimal): -4539377 or 1031354. OLE color: 1031354.

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

Color convert

RGB 186 188 15 -
CMYK 0.01 0 0.92 0.26
HSL 60.69º 0.85% 0.4% -
HSV(B) 60.69º 0.92% 0.74% -
XYZ 38.32 46.44 7.4 -
YUV 167.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 186 188 15 0.01 0 0.92 0.26 60.69 0.85 0.4
Hex BA BC F 1 0 5C 1A 3D 55 28
Octal 272 274 17 1 0 134 32 75 125 50
Binary 10111010 10111100 1111 1 0 1011100 11010 111101 1010101 101000

Color Harmonies of #BABC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC0F

Black with #BABC0F

Text Example


Text Example

White with #BABC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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