Html Css Color HEX #BACE14 Rio Grande

📋 copy color: '#BACE14'

red 186 ◦ green 206 ◦ blue 20

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

Shades of Rio Grande #BACE14

Tints of Rio Grande #BACE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50%

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

R = 45.15%
G = 50%
B = 4.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#BACE14 (or 0xBACE14) is known color: Rio Grande. HEX triplet: BA, CE and 14. RGB value is (186,206,20). Sum of RGB (Red+Green+Blue) = 186+206+20=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE14 is #4531EB. Grayscale: #B3B3B3. Windows color (decimal): -4534764 or 1363642. OLE color: 1363642.

HSL color Cylindrical-coordinate representation of color #BACE14: hue angle of 66.45º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BACE14 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 20 -
CMYK 0.10 0 0.90 0.19
HSL 66.45º 0.82% 0.44% -
HSV(B) 66.45º 0.9% 0.81% -
XYZ 42.45 54.63 8.97 -
YUV 178.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 186 206 20 0.10 0 0.90 0.19 66.45 0.82 0.44
Hex BA CE 14 A 0 5A 13 42 52 2C
Octal 272 316 24 12 0 132 23 102 122 54
Binary 10111010 11001110 10100 1010 0 1011010 10011 1000010 1010010 101100

Color Harmonies of #BACE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE14

Black with #BACE14

Text Example


Text Example

White with #BACE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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