Html Css Color HEX #BAD615 Rio Grande

📋 copy color: '#BAD615'

red 186 ◦ green 214 ◦ blue 21

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

Shades of Rio Grande #BAD615

Tints of Rio Grande #BAD615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.83%

 BLUE value IS 21 (8.59% from 255) = 4.99%

R = 44.18%
G = 50.83%
B = 4.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BAD615 (or 0xBAD615) is known color: Rio Grande. HEX triplet: BA, D6 and 15. RGB value is (186,214,21). Sum of RGB (Red+Green+Blue) = 186+214+21=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD615 is #4529EA. Grayscale: #B8B8B8. Windows color (decimal): -4532715 or 1431226. OLE color: 1431226.

HSL color Cylindrical-coordinate representation of color #BAD615: hue angle of 68.7º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAD615 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 21 -
CMYK 0.13 0 0.90 0.16
HSL 68.7º 0.82% 0.46% -
HSV(B) 68.7º 0.9% 0.84% -
XYZ 44.43 58.59 9.68 -
YUV 183.63 36.22 129.69 -
System Red Green Blue C M Y K H S L
Decimal 186 214 21 0.13 0 0.90 0.16 68.7 0.82 0.46
Hex BA D6 15 D 0 5A 10 45 52 2E
Octal 272 326 25 15 0 132 20 105 122 56
Binary 10111010 11010110 10101 1101 0 1011010 10000 1000101 1010010 101110

Color Harmonies of #BAD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD615

Black with #BAD615

Text Example


Text Example

White with #BAD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD615; }

 p { color: rgb(186,214,21); }

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

background-color css

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

 a { background-color: rgb(186,214,21); }

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

border-color css

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

 span { border-color: rgb(186,214,21); }

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