Html Css Color HEX #BAD214 Rio Grande

📋 copy color: '#BAD214'

red 186 ◦ green 210 ◦ blue 20

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

Shades of Rio Grande #BAD214

Tints of Rio Grande #BAD214

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.48%

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

R = 44.71%
G = 50.48%
B = 4.81%

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

#BAD214 (or 0xBAD214) is known color: Rio Grande. HEX triplet: BA, D2 and 14. RGB value is (186,210,20). Sum of RGB (Red+Green+Blue) = 186+210+20=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD214 is #452DEB. Grayscale: #B5B5B5. Windows color (decimal): -4533740 or 1364666. OLE color: 1364666.

HSL color Cylindrical-coordinate representation of color #BAD214: hue angle of 67.58º degrees, saturation: 0.83, 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 #BAD214 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 20 -
CMYK 0.11 0 0.90 0.18
HSL 67.58º 0.83% 0.45% -
HSV(B) 67.58º 0.9% 0.82% -
XYZ 43.42 56.58 9.29 -
YUV 181.16 37.05 131.45 -
System Red Green Blue C M Y K H S L
Decimal 186 210 20 0.11 0 0.90 0.18 67.58 0.83 0.45
Hex BA D2 14 B 0 5A 12 44 53 2D
Octal 272 322 24 13 0 132 22 104 123 55
Binary 10111010 11010010 10100 1011 0 1011010 10010 1000100 1010011 101101

Color Harmonies of #BAD214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD214

Black with #BAD214

Text Example


Text Example

White with #BAD214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD214; }

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

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

background-color css

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

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

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

border-color css

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

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

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