Html Css Color HEX #BAC729 Rio Grande

📋 copy color: '#BAC729'

red 186 ◦ green 199 ◦ blue 41

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

Shades of Rio Grande #BAC729

Tints of Rio Grande #BAC729

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.71%

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 43.66%
G = 46.71%
B = 9.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#BAC729 (or 0xBAC729) is known color: Rio Grande. HEX triplet: BA, C7 and 29. RGB value is (186,199,41). Sum of RGB (Red+Green+Blue) = 186+199+41=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC729 is #4538D6. Grayscale: #B1B1B1. Windows color (decimal): -4536535 or 2738106. OLE color: 2738106.

HSL color Cylindrical-coordinate representation of color #BAC729: hue angle of 64.94º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAC729 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 41 -
CMYK 0.07 0 0.79 0.22
HSL 64.94º 0.66% 0.47% -
HSV(B) 64.94º 0.79% 0.78% -
XYZ 41.07 51.45 9.86 -
YUV 177.1 51.19 134.35 -
System Red Green Blue C M Y K H S L
Decimal 186 199 41 0.07 0 0.79 0.22 64.94 0.66 0.47
Hex BA C7 29 7 0 4F 16 41 42 2F
Octal 272 307 51 7 0 117 26 101 102 57
Binary 10111010 11000111 101001 111 0 1001111 10110 1000001 1000010 101111

Color Harmonies of #BAC729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC729

Black with #BAC729

Text Example


Text Example

White with #BAC729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC729; }

 p { color: rgb(186,199,41); }

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

background-color css

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

 a { background-color: rgb(186,199,41); }

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

border-color css

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

 span { border-color: rgb(186,199,41); }

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