Html Css Color HEX #BAD114 Rio Grande

📋 copy color: '#BAD114'

red 186 ◦ green 209 ◦ blue 20

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

Shades of Rio Grande #BAD114

Tints of Rio Grande #BAD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.36%

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

R = 44.82%
G = 50.36%
B = 4.82%

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

#BAD114 (or 0xBAD114) is known color: Rio Grande. HEX triplet: BA, D1 and 14. RGB value is (186,209,20). Sum of RGB (Red+Green+Blue) = 186+209+20=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD114 is #452EEB. Grayscale: #B5B5B5. Windows color (decimal): -4533996 or 1364410. OLE color: 1364410.

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

Color convert

RGB 186 209 20 -
CMYK 0.11 0 0.90 0.18
HSL 67.3º 0.83% 0.45% -
HSV(B) 67.3º 0.9% 0.82% -
XYZ 43.18 56.09 9.21 -
YUV 180.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 186 209 20 0.11 0 0.90 0.18 67.3 0.83 0.45
Hex BA D1 14 B 0 5A 12 43 53 2D
Octal 272 321 24 13 0 132 22 103 123 55
Binary 10111010 11010001 10100 1011 0 1011010 10010 1000011 1010011 101101

Color Harmonies of #BAD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD114

Black with #BAD114

Text Example


Text Example

White with #BAD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD114; }

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

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

background-color css

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

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

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

border-color css

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

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

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