Html Css Color HEX #BAD014 Rio Grande

📋 copy color: '#BAD014'

red 186 ◦ green 208 ◦ blue 20

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

Shades of Rio Grande #BAD014

Tints of Rio Grande #BAD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.24%

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

R = 44.93%
G = 50.24%
B = 4.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BAD014 (or 0xBAD014) is known color: Rio Grande. HEX triplet: BA, D0 and 14. RGB value is (186,208,20). Sum of RGB (Red+Green+Blue) = 186+208+20=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD014 is #452FEB. Grayscale: #B4B4B4. Windows color (decimal): -4534252 or 1364154. OLE color: 1364154.

HSL color Cylindrical-coordinate representation of color #BAD014: hue angle of 67.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAD014 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 20 -
CMYK 0.11 0 0.90 0.18
HSL 67.02º 0.82% 0.45% -
HSV(B) 67.02º 0.9% 0.82% -
XYZ 42.93 55.6 9.13 -
YUV 179.99 37.71 132.29 -
System Red Green Blue C M Y K H S L
Decimal 186 208 20 0.11 0 0.90 0.18 67.02 0.82 0.45
Hex BA D0 14 B 0 5A 12 43 52 2D
Octal 272 320 24 13 0 132 22 103 122 55
Binary 10111010 11010000 10100 1011 0 1011010 10010 1000011 1010010 101101

Color Harmonies of #BAD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD014

Black with #BAD014

Text Example


Text Example

White with #BAD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD014; }

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

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

background-color css

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

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

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

border-color css

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

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

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