Html Css Color HEX #BAD40F Rio Grande

📋 copy color: '#BAD40F'

red 186 ◦ green 212 ◦ blue 15

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

Shades of Rio Grande #BAD40F

Tints of Rio Grande #BAD40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.33%

 BLUE value IS 15 (6.25% from 255) = 3.63%

R = 45.04%
G = 51.33%
B = 3.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#BAD40F (or 0xBAD40F) is known color: Rio Grande. HEX triplet: BA, D4 and 0F. RGB value is (186,212,15). Sum of RGB (Red+Green+Blue) = 186+212+15=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD40F is #452BF0. Grayscale: #B6B6B6. Windows color (decimal): -4533233 or 1037498. OLE color: 1037498.

HSL color Cylindrical-coordinate representation of color #BAD40F: hue angle of 67.92º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAD40F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 15 -
CMYK 0.12 0 0.93 0.17
HSL 67.92º 0.87% 0.45% -
HSV(B) 67.92º 0.93% 0.83% -
XYZ 43.88 57.56 9.25 -
YUV 181.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 186 212 15 0.12 0 0.93 0.17 67.92 0.87 0.45
Hex BA D4 F C 0 5D 11 44 57 2D
Octal 272 324 17 14 0 135 21 104 127 55
Binary 10111010 11010100 1111 1100 0 1011101 10001 1000100 1010111 101101

Color Harmonies of #BAD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD40F

Black with #BAD40F

Text Example


Text Example

White with #BAD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD40F; }

 p { color: rgb(186,212,15); }

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

background-color css

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

 a { background-color: rgb(186,212,15); }

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

border-color css

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

 span { border-color: rgb(186,212,15); }

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