Html Css Color HEX #BAD314 Rio Grande

📋 copy color: '#BAD314'

red 186 ◦ green 211 ◦ blue 20

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

Shades of Rio Grande #BAD314

Tints of Rio Grande #BAD314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.6%

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

R = 44.6%
G = 50.6%
B = 4.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BAD314 (or 0xBAD314) is known color: Rio Grande. HEX triplet: BA, D3 and 14. RGB value is (186,211,20). Sum of RGB (Red+Green+Blue) = 186+211+20=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD314 is #452CEB. Grayscale: #B6B6B6. Windows color (decimal): -4533484 or 1364922. OLE color: 1364922.

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

Color convert

RGB 186 211 20 -
CMYK 0.12 0 0.91 0.17
HSL 67.85º 0.83% 0.45% -
HSV(B) 67.85º 0.91% 0.83% -
XYZ 43.67 57.08 9.38 -
YUV 181.75 36.72 131.03 -
System Red Green Blue C M Y K H S L
Decimal 186 211 20 0.12 0 0.91 0.17 67.85 0.83 0.45
Hex BA D3 14 C 0 5B 11 44 53 2D
Octal 272 323 24 14 0 133 21 104 123 55
Binary 10111010 11010011 10100 1100 0 1011011 10001 1000100 1010011 101101

Color Harmonies of #BAD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD314

Black with #BAD314

Text Example


Text Example

White with #BAD314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD314; }

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

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

background-color css

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

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

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

border-color css

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

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

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