Html Css Color HEX #BAD514 Rio Grande

📋 copy color: '#BAD514'

red 186 ◦ green 213 ◦ blue 20

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

Shades of Rio Grande #BAD514

Tints of Rio Grande #BAD514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 44.39%
G = 50.84%
B = 4.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#BAD514 (or 0xBAD514) is known color: Rio Grande. HEX triplet: BA, D5 and 14. RGB value is (186,213,20). Sum of RGB (Red+Green+Blue) = 186+213+20=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD514 is #452AEB. Grayscale: #B7B7B7. Windows color (decimal): -4532972 or 1365434. OLE color: 1365434.

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

Color convert

RGB 186 213 20 -
CMYK 0.13 0 0.91 0.16
HSL 68.39º 0.83% 0.46% -
HSV(B) 68.39º 0.91% 0.84% -
XYZ 44.17 58.08 9.54 -
YUV 182.93 36.05 130.19 -
System Red Green Blue C M Y K H S L
Decimal 186 213 20 0.13 0 0.91 0.16 68.39 0.83 0.46
Hex BA D5 14 D 0 5B 10 44 53 2E
Octal 272 325 24 15 0 133 20 104 123 56
Binary 10111010 11010101 10100 1101 0 1011011 10000 1000100 1010011 101110

Color Harmonies of #BAD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD514

Black with #BAD514

Text Example


Text Example

White with #BAD514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD514; }

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

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

background-color css

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

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

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

border-color css

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

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

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