Html Css Color HEX #BABF15 La Rioja

📋 copy color: '#BABF15'

red 186 ◦ green 191 ◦ blue 21

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

Shades of La Rioja #BABF15

Tints of La Rioja #BABF15

RGB

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

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

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

R = 46.73%
G = 47.99%
B = 5.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BABF15 (or 0xBABF15) is known color: La Rioja. HEX triplet: BA, BF and 15. RGB value is (186,191,21). Sum of RGB (Red+Green+Blue) = 186+191+21=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABF15 is #4540EA. Grayscale: #AAAAAA. Windows color (decimal): -4538603 or 1425338. OLE color: 1425338.

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

Color convert

RGB 186 191 21 -
CMYK 0.03 0 0.89 0.25
HSL 61.76º 0.8% 0.42% -
HSV(B) 61.76º 0.89% 0.75% -
XYZ 39.02 47.75 7.87 -
YUV 170.13 43.84 139.32 -
System Red Green Blue C M Y K H S L
Decimal 186 191 21 0.03 0 0.89 0.25 61.76 0.8 0.42
Hex BA BF 15 3 0 59 19 3E 50 2A
Octal 272 277 25 3 0 131 31 76 120 52
Binary 10111010 10111111 10101 11 0 1011001 11001 111110 1010000 101010

Color Harmonies of #BABF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF15

Black with #BABF15

Text Example


Text Example

White with #BABF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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