Html Css Color HEX #BAC419 Rio Grande

📋 copy color: '#BAC419'

red 186 ◦ green 196 ◦ blue 25

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

Shades of Rio Grande #BAC419

Tints of Rio Grande #BAC419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 45.7%
G = 48.16%
B = 6.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#BAC419 (or 0xBAC419) is known color: Rio Grande. HEX triplet: BA, C4 and 19. RGB value is (186,196,25). Sum of RGB (Red+Green+Blue) = 186+196+25=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC419 is #453BE6. Grayscale: #AEAEAE. Windows color (decimal): -4537319 or 1688762. OLE color: 1688762.

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

Color convert

RGB 186 196 25 -
CMYK 0.05 0 0.87 0.23
HSL 63.51º 0.77% 0.43% -
HSV(B) 63.51º 0.87% 0.77% -
XYZ 40.17 49.99 8.45 -
YUV 173.52 44.19 136.9 -
System Red Green Blue C M Y K H S L
Decimal 186 196 25 0.05 0 0.87 0.23 63.51 0.77 0.43
Hex BA C4 19 5 0 57 17 40 4D 2B
Octal 272 304 31 5 0 127 27 100 115 53
Binary 10111010 11000100 11001 101 0 1010111 10111 1000000 1001101 101011

Color Harmonies of #BAC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC419

Black with #BAC419

Text Example


Text Example

White with #BAC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC419; }

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

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

background-color css

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

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

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

border-color css

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

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

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