Html Css Color HEX #BAC121 Rio Grande

📋 copy color: '#BAC121'

red 186 ◦ green 193 ◦ blue 33

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

Shades of Rio Grande #BAC121

Tints of Rio Grande #BAC121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.01%

R = 45.15%
G = 46.84%
B = 8.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#BAC121 (or 0xBAC121) is known color: Rio Grande. HEX triplet: BA, C1 and 21. RGB value is (186,193,33). Sum of RGB (Red+Green+Blue) = 186+193+33=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC121 is #453EDE. Grayscale: #ADADAD. Windows color (decimal): -4538079 or 2212282. OLE color: 2212282.

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

Color convert

RGB 186 193 33 -
CMYK 0.04 0 0.83 0.24
HSL 62.63º 0.71% 0.44% -
HSV(B) 62.63º 0.83% 0.76% -
XYZ 39.59 48.69 8.75 -
YUV 172.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 186 193 33 0.04 0 0.83 0.24 62.63 0.71 0.44
Hex BA C1 21 4 0 53 18 3F 47 2C
Octal 272 301 41 4 0 123 30 77 107 54
Binary 10111010 11000001 100001 100 0 1010011 11000 111111 1000111 101100

Color Harmonies of #BAC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC121

Black with #BAC121

Text Example


Text Example

White with #BAC121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC121; }

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

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

background-color css

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

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

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

border-color css

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

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

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