Html Css Color HEX #BAC40D La Rioja

📋 copy color: '#BAC40D'

red 186 ◦ green 196 ◦ blue 13

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

Shades of La Rioja #BAC40D

Tints of La Rioja #BAC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.62%

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 47.09%
G = 49.62%
B = 3.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#BAC40D (or 0xBAC40D) is known color: La Rioja. HEX triplet: BA, C4 and 0D. RGB value is (186,196,13). Sum of RGB (Red+Green+Blue) = 186+196+13=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC40D is #453BF2. Grayscale: #ACACAC. Windows color (decimal): -4537331 or 902330. OLE color: 902330.

HSL color Cylindrical-coordinate representation of color #BAC40D: hue angle of 63.28º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC40D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 13 -
CMYK 0.05 0 0.93 0.23
HSL 63.28º 0.88% 0.41% -
HSV(B) 63.28º 0.93% 0.77% -
XYZ 40.06 49.95 7.91 -
YUV 172.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 186 196 13 0.05 0 0.93 0.23 63.28 0.88 0.41
Hex BA C4 D 5 0 5D 17 3F 58 29
Octal 272 304 15 5 0 135 27 77 130 51
Binary 10111010 11000100 1101 101 0 1011101 10111 111111 1011000 101001

Color Harmonies of #BAC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC40D

Black with #BAC40D

Text Example


Text Example

White with #BAC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC40D; }

 p { color: rgb(186,196,13); }

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

background-color css

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

 a { background-color: rgb(186,196,13); }

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

border-color css

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

 span { border-color: rgb(186,196,13); }

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