Html Css Color HEX #BACE1C Rio Grande

📋 copy color: '#BACE1C'

red 186 ◦ green 206 ◦ blue 28

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

Shades of Rio Grande #BACE1C

Tints of Rio Grande #BACE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.67%

R = 44.29%
G = 49.05%
B = 6.67%

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

#BACE1C (or 0xBACE1C) is known color: Rio Grande. HEX triplet: BA, CE and 1C. RGB value is (186,206,28). Sum of RGB (Red+Green+Blue) = 186+206+28=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE1C is #4531E3. Grayscale: #B4B4B4. Windows color (decimal): -4534756 or 1887930. OLE color: 1887930.

HSL color Cylindrical-coordinate representation of color #BACE1C: hue angle of 66.74º degrees, saturation: 0.76, 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 #BACE1C is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 28 -
CMYK 0.10 0 0.86 0.19
HSL 66.74º 0.76% 0.46% -
HSV(B) 66.74º 0.86% 0.81% -
XYZ 42.53 54.67 9.41 -
YUV 179.73 42.37 132.47 -
System Red Green Blue C M Y K H S L
Decimal 186 206 28 0.10 0 0.86 0.19 66.74 0.76 0.46
Hex BA CE 1C A 0 56 13 43 4C 2E
Octal 272 316 34 12 0 126 23 103 114 56
Binary 10111010 11001110 11100 1010 0 1010110 10011 1000011 1001100 101110

Color Harmonies of #BACE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE1C

Black with #BACE1C

Text Example


Text Example

White with #BACE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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