Html Css Color HEX #BAC71C Rio Grande

📋 copy color: '#BAC71C'

red 186 ◦ green 199 ◦ blue 28

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

Shades of Rio Grande #BAC71C

Tints of Rio Grande #BAC71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 45.04%
G = 48.18%
B = 6.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#BAC71C (or 0xBAC71C) is known color: Rio Grande. HEX triplet: BA, C7 and 1C. RGB value is (186,199,28). Sum of RGB (Red+Green+Blue) = 186+199+28=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC71C is #4538E3. Grayscale: #B0B0B0. Windows color (decimal): -4536548 or 1886138. OLE color: 1886138.

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

Color convert

RGB 186 199 28 -
CMYK 0.07 0 0.86 0.22
HSL 64.56º 0.75% 0.45% -
HSV(B) 64.56º 0.86% 0.78% -
XYZ 40.88 51.37 8.86 -
YUV 175.62 44.69 135.4 -
System Red Green Blue C M Y K H S L
Decimal 186 199 28 0.07 0 0.86 0.22 64.56 0.75 0.45
Hex BA C7 1C 7 0 56 16 41 4B 2D
Octal 272 307 34 7 0 126 26 101 113 55
Binary 10111010 11000111 11100 111 0 1010110 10110 1000001 1001011 101101

Color Harmonies of #BAC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC71C

Black with #BAC71C

Text Example


Text Example

White with #BAC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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