Html Css Color HEX #BAC117 Rio Grande

📋 copy color: '#BAC117'

red 186 ◦ green 193 ◦ blue 23

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

Shades of Rio Grande #BAC117

Tints of Rio Grande #BAC117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 23 (9.38% from 255) = 5.72%

R = 46.27%
G = 48.01%
B = 5.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#BAC117 (or 0xBAC117) is known color: Rio Grande. HEX triplet: BA, C1 and 17. RGB value is (186,193,23). Sum of RGB (Red+Green+Blue) = 186+193+23=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC117 is #453EE8. Grayscale: #ACACAC. Windows color (decimal): -4538089 or 1556922. OLE color: 1556922.

HSL color Cylindrical-coordinate representation of color #BAC117: hue angle of 62.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAC117 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 23 -
CMYK 0.04 0 0.88 0.24
HSL 62.47º 0.79% 0.42% -
HSV(B) 62.47º 0.88% 0.76% -
XYZ 39.47 48.64 8.12 -
YUV 171.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 186 193 23 0.04 0 0.88 0.24 62.47 0.79 0.42
Hex BA C1 17 4 0 58 18 3E 4F 2A
Octal 272 301 27 4 0 130 30 76 117 52
Binary 10111010 11000001 10111 100 0 1011000 11000 111110 1001111 101010

Color Harmonies of #BAC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC117

Black with #BAC117

Text Example


Text Example

White with #BAC117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC117; }

 p { color: rgb(186,193,23); }

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

background-color css

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

 a { background-color: rgb(186,193,23); }

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

border-color css

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

 span { border-color: rgb(186,193,23); }

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