Html Css Color HEX #BACE1B Rio Grande

📋 copy color: '#BACE1B'

red 186 ◦ green 206 ◦ blue 27

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

Shades of Rio Grande #BACE1B

Tints of Rio Grande #BACE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.44%

R = 44.39%
G = 49.16%
B = 6.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#BACE1B (or 0xBACE1B) is known color: Rio Grande. HEX triplet: BA, CE and 1B. RGB value is (186,206,27). Sum of RGB (Red+Green+Blue) = 186+206+27=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE1B is #4531E4. Grayscale: #B4B4B4. Windows color (decimal): -4534757 or 1822394. OLE color: 1822394.

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

Color convert

RGB 186 206 27 -
CMYK 0.10 0 0.87 0.19
HSL 66.7º 0.77% 0.46% -
HSV(B) 66.7º 0.87% 0.81% -
XYZ 42.52 54.66 9.35 -
YUV 179.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 186 206 27 0.10 0 0.87 0.19 66.7 0.77 0.46
Hex BA CE 1B A 0 57 13 43 4D 2E
Octal 272 316 33 12 0 127 23 103 115 56
Binary 10111010 11001110 11011 1010 0 1010111 10011 1000011 1001101 101110

Color Harmonies of #BACE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE1B

Black with #BACE1B

Text Example


Text Example

White with #BACE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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