Html Css Color HEX #BACE1D Rio Grande

📋 copy color: '#BACE1D'

red 186 ◦ green 206 ◦ blue 29

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

Shades of Rio Grande #BACE1D

Tints of Rio Grande #BACE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.89%

R = 44.18%
G = 48.93%
B = 6.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#BACE1D (or 0xBACE1D) is known color: Rio Grande. HEX triplet: BA, CE and 1D. RGB value is (186,206,29). Sum of RGB (Red+Green+Blue) = 186+206+29=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE1D is #4531E2. Grayscale: #B4B4B4. Windows color (decimal): -4534755 or 1953466. OLE color: 1953466.

HSL color Cylindrical-coordinate representation of color #BACE1D: hue angle of 66.78º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BACE1D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 29 -
CMYK 0.10 0 0.86 0.19
HSL 66.78º 0.75% 0.46% -
HSV(B) 66.78º 0.86% 0.81% -
XYZ 42.54 54.67 9.47 -
YUV 179.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 186 206 29 0.10 0 0.86 0.19 66.78 0.75 0.46
Hex BA CE 1D A 0 56 13 43 4B 2E
Octal 272 316 35 12 0 126 23 103 113 56
Binary 10111010 11001110 11101 1010 0 1010110 10011 1000011 1001011 101110

Color Harmonies of #BACE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE1D

Black with #BACE1D

Text Example


Text Example

White with #BACE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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