Html Css Color HEX #BABC14 La Rioja

📋 copy color: '#BABC14'

red 186 ◦ green 188 ◦ blue 20

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

Shades of La Rioja #BABC14

Tints of La Rioja #BABC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 47.21%
G = 47.72%
B = 5.08%

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

#BABC14 (or 0xBABC14) is known color: La Rioja. HEX triplet: BA, BC and 14. RGB value is (186,188,20). Sum of RGB (Red+Green+Blue) = 186+188+20=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC14 is #4543EB. Grayscale: #A8A8A8. Windows color (decimal): -4539372 or 1359034. OLE color: 1359034.

HSL color Cylindrical-coordinate representation of color #BABC14: hue angle of 60.71º degrees, saturation: 0.81, 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 #BABC14 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 20 -
CMYK 0.01 0 0.89 0.26
HSL 60.71º 0.81% 0.41% -
HSV(B) 60.71º 0.89% 0.74% -
XYZ 38.36 46.46 7.61 -
YUV 168.25 44.34 140.66 -
System Red Green Blue C M Y K H S L
Decimal 186 188 20 0.01 0 0.89 0.26 60.71 0.81 0.41
Hex BA BC 14 1 0 59 1A 3D 51 29
Octal 272 274 24 1 0 131 32 75 121 51
Binary 10111010 10111100 10100 1 0 1011001 11010 111101 1010001 101001

Color Harmonies of #BABC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC14

Black with #BABC14

Text Example


Text Example

White with #BABC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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