Html Css Color HEX #BAC51F Rio Grande

📋 copy color: '#BAC51F'

red 186 ◦ green 197 ◦ blue 31

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

Shades of Rio Grande #BAC51F

Tints of Rio Grande #BAC51F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.58%

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 44.93%
G = 47.58%
B = 7.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#BAC51F (or 0xBAC51F) is known color: Rio Grande. HEX triplet: BA, C5 and 1F. RGB value is (186,197,31). Sum of RGB (Red+Green+Blue) = 186+197+31=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC51F is #453AE0. Grayscale: #AFAFAF. Windows color (decimal): -4537057 or 2082234. OLE color: 2082234.

HSL color Cylindrical-coordinate representation of color #BAC51F: hue angle of 63.98º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAC51F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 31 -
CMYK 0.06 0 0.84 0.23
HSL 63.98º 0.73% 0.45% -
HSV(B) 63.98º 0.84% 0.77% -
XYZ 40.46 50.47 8.91 -
YUV 174.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 186 197 31 0.06 0 0.84 0.23 63.98 0.73 0.45
Hex BA C5 1F 6 0 54 17 40 49 2D
Octal 272 305 37 6 0 124 27 100 111 55
Binary 10111010 11000101 11111 110 0 1010100 10111 1000000 1001001 101101

Color Harmonies of #BAC51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC51F

Black with #BAC51F

Text Example


Text Example

White with #BAC51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC51F; }

 p { color: rgb(186,197,31); }

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

background-color css

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

 a { background-color: rgb(186,197,31); }

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

border-color css

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

 span { border-color: rgb(186,197,31); }

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