Html Css Color HEX #BAC812 Rio Grande

📋 copy color: '#BAC812'

red 186 ◦ green 200 ◦ blue 18

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

Shades of Rio Grande #BAC812

Tints of Rio Grande #BAC812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 46.04%
G = 49.5%
B = 4.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BAC812 (or 0xBAC812) is known color: Rio Grande. HEX triplet: BA, C8 and 12. RGB value is (186,200,18). Sum of RGB (Red+Green+Blue) = 186+200+18=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC812 is #4537ED. Grayscale: #AFAFAF. Windows color (decimal): -4536302 or 1231034. OLE color: 1231034.

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

Color convert

RGB 186 200 18 -
CMYK 0.07 0 0.91 0.22
HSL 64.62º 0.83% 0.43% -
HSV(B) 64.62º 0.91% 0.78% -
XYZ 41.01 51.79 8.41 -
YUV 175.07 39.36 135.8 -
System Red Green Blue C M Y K H S L
Decimal 186 200 18 0.07 0 0.91 0.22 64.62 0.83 0.43
Hex BA C8 12 7 0 5B 16 41 53 2B
Octal 272 310 22 7 0 133 26 101 123 53
Binary 10111010 11001000 10010 111 0 1011011 10110 1000001 1010011 101011

Color Harmonies of #BAC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC812

Black with #BAC812

Text Example


Text Example

White with #BAC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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