Html Css Color HEX #BAC720 Rio Grande

📋 copy color: '#BAC720'

red 186 ◦ green 199 ◦ blue 32

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

Shades of Rio Grande #BAC720

Tints of Rio Grande #BAC720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 44.6%
G = 47.72%
B = 7.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BAC720 (or 0xBAC720) is known color: Rio Grande. HEX triplet: BA, C7 and 20. RGB value is (186,199,32). Sum of RGB (Red+Green+Blue) = 186+199+32=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC720 is #4538DF. Grayscale: #B0B0B0. Windows color (decimal): -4536544 or 2148282. OLE color: 2148282.

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

Color convert

RGB 186 199 32 -
CMYK 0.07 0 0.84 0.22
HSL 64.67º 0.72% 0.45% -
HSV(B) 64.67º 0.84% 0.78% -
XYZ 40.93 51.39 9.13 -
YUV 176.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 186 199 32 0.07 0 0.84 0.22 64.67 0.72 0.45
Hex BA C7 20 7 0 54 16 41 48 2D
Octal 272 307 40 7 0 124 26 101 110 55
Binary 10111010 11000111 100000 111 0 1010100 10110 1000001 1001000 101101

Color Harmonies of #BAC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC720

Black with #BAC720

Text Example


Text Example

White with #BAC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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