Html Css Color HEX #BAD511 Rio Grande

📋 copy color: '#BAD511'

red 186 ◦ green 213 ◦ blue 17

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

Shades of Rio Grande #BAD511

Tints of Rio Grande #BAD511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.2%

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 44.71%
G = 51.2%
B = 4.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BAD511 (or 0xBAD511) is known color: Rio Grande. HEX triplet: BA, D5 and 11. RGB value is (186,213,17). Sum of RGB (Red+Green+Blue) = 186+213+17=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD511 is #452AEE. Grayscale: #B7B7B7. Windows color (decimal): -4532975 or 1168826. OLE color: 1168826.

HSL color Cylindrical-coordinate representation of color #BAD511: hue angle of 68.27º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAD511 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 17 -
CMYK 0.13 0 0.92 0.16
HSL 68.27º 0.85% 0.45% -
HSV(B) 68.27º 0.92% 0.84% -
XYZ 44.15 58.07 9.41 -
YUV 182.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 186 213 17 0.13 0 0.92 0.16 68.27 0.85 0.45
Hex BA D5 11 D 0 5C 10 44 55 2D
Octal 272 325 21 15 0 134 20 104 125 55
Binary 10111010 11010101 10001 1101 0 1011100 10000 1000100 1010101 101101

Color Harmonies of #BAD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD511

Black with #BAD511

Text Example


Text Example

White with #BAD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD511; }

 p { color: rgb(186,213,17); }

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

background-color css

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

 a { background-color: rgb(186,213,17); }

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

border-color css

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

 span { border-color: rgb(186,213,17); }

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