Html Css Color HEX #BAC629 Rio Grande

📋 copy color: '#BAC629'

red 186 ◦ green 198 ◦ blue 41

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

Shades of Rio Grande #BAC629

Tints of Rio Grande #BAC629

RGB

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

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

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

R = 43.76%
G = 46.59%
B = 9.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#BAC629 (or 0xBAC629) is known color: Rio Grande. HEX triplet: BA, C6 and 29. RGB value is (186,198,41). Sum of RGB (Red+Green+Blue) = 186+198+41=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC629 is #4539D6. Grayscale: #B1B1B1. Windows color (decimal): -4536791 or 2737850. OLE color: 2737850.

HSL color Cylindrical-coordinate representation of color #BAC629: hue angle of 64.59º 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 #BAC629 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 41 -
CMYK 0.06 0 0.79 0.22
HSL 64.59º 0.66% 0.47% -
HSV(B) 64.59º 0.79% 0.78% -
XYZ 40.84 50.99 9.79 -
YUV 176.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 186 198 41 0.06 0 0.79 0.22 64.59 0.66 0.47
Hex BA C6 29 6 0 4F 16 41 42 2F
Octal 272 306 51 6 0 117 26 101 102 57
Binary 10111010 11000110 101001 110 0 1001111 10110 1000001 1000010 101111

Color Harmonies of #BAC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC629

Black with #BAC629

Text Example


Text Example

White with #BAC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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