Html Css Color HEX #BAC825 Rio Grande

📋 copy color: '#BAC825'

red 186 ◦ green 200 ◦ blue 37

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

Shades of Rio Grande #BAC825

Tints of Rio Grande #BAC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.28%

 BLUE value IS 37 (14.84% from 255) = 8.75%

R = 43.97%
G = 47.28%
B = 8.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#BAC825 (or 0xBAC825) is known color: Rio Grande. HEX triplet: BA, C8 and 25. RGB value is (186,200,37). Sum of RGB (Red+Green+Blue) = 186+200+37=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC825 is #4537DA. Grayscale: #B1B1B1. Windows color (decimal): -4536283 or 2476218. OLE color: 2476218.

HSL color Cylindrical-coordinate representation of color #BAC825: hue angle of 65.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAC825 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 37 -
CMYK 0.07 0 0.82 0.22
HSL 65.15º 0.69% 0.46% -
HSV(B) 65.15º 0.82% 0.78% -
XYZ 41.24 51.88 9.59 -
YUV 177.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 186 200 37 0.07 0 0.82 0.22 65.15 0.69 0.46
Hex BA C8 25 7 0 52 16 41 45 2E
Octal 272 310 45 7 0 122 26 101 105 56
Binary 10111010 11001000 100101 111 0 1010010 10110 1000001 1000101 101110

Color Harmonies of #BAC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC825

Black with #BAC825

Text Example


Text Example

White with #BAC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC825; }

 p { color: rgb(186,200,37); }

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

background-color css

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

 a { background-color: rgb(186,200,37); }

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

border-color css

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

 span { border-color: rgb(186,200,37); }

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