Html Css Color HEX #BAC61D Rio Grande

📋 copy color: '#BAC61D'

red 186 ◦ green 198 ◦ blue 29

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

Shades of Rio Grande #BAC61D

Tints of Rio Grande #BAC61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

 BLUE value IS 29 (11.72% from 255) = 7.02%

R = 45.04%
G = 47.94%
B = 7.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#BAC61D (or 0xBAC61D) is known color: Rio Grande. HEX triplet: BA, C6 and 1D. RGB value is (186,198,29). Sum of RGB (Red+Green+Blue) = 186+198+29=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC61D is #4539E2. Grayscale: #AFAFAF. Windows color (decimal): -4536803 or 1951418. OLE color: 1951418.

HSL color Cylindrical-coordinate representation of color #BAC61D: hue angle of 64.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAC61D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 29 -
CMYK 0.06 0 0.85 0.22
HSL 64.26º 0.74% 0.45% -
HSV(B) 64.26º 0.85% 0.78% -
XYZ 40.67 50.92 8.85 -
YUV 175.15 45.52 135.74 -
System Red Green Blue C M Y K H S L
Decimal 186 198 29 0.06 0 0.85 0.22 64.26 0.74 0.45
Hex BA C6 1D 6 0 55 16 40 4A 2D
Octal 272 306 35 6 0 125 26 100 112 55
Binary 10111010 11000110 11101 110 0 1010101 10110 1000000 1001010 101101

Color Harmonies of #BAC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC61D

Black with #BAC61D

Text Example


Text Example

White with #BAC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC61D; }

 p { color: rgb(186,198,29); }

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

background-color css

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

 a { background-color: rgb(186,198,29); }

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

border-color css

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

 span { border-color: rgb(186,198,29); }

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