Html Css Color HEX #BABC15 La Rioja

📋 copy color: '#BABC15'

red 186 ◦ green 188 ◦ blue 21

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

Shades of La Rioja #BABC15

Tints of La Rioja #BABC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.32%

R = 47.09%
G = 47.59%
B = 5.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BABC15 (or 0xBABC15) is known color: La Rioja. HEX triplet: BA, BC and 15. RGB value is (186,188,21). Sum of RGB (Red+Green+Blue) = 186+188+21=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC15 is #4543EA. Grayscale: #A9A9A9. Windows color (decimal): -4539371 or 1424570. OLE color: 1424570.

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

Color convert

RGB 186 188 21 -
CMYK 0.01 0 0.89 0.26
HSL 60.72º 0.8% 0.41% -
HSV(B) 60.72º 0.89% 0.74% -
XYZ 38.37 46.46 7.65 -
YUV 168.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 186 188 21 0.01 0 0.89 0.26 60.72 0.8 0.41
Hex BA BC 15 1 0 59 1A 3D 50 29
Octal 272 274 25 1 0 131 32 75 120 51
Binary 10111010 10111100 10101 1 0 1011001 11010 111101 1010000 101001

Color Harmonies of #BABC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC15

Black with #BABC15

Text Example


Text Example

White with #BABC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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