Html Css Color HEX #BACE1A Rio Grande

📋 copy color: '#BACE1A'

red 186 ◦ green 206 ◦ blue 26

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

Shades of Rio Grande #BACE1A

Tints of Rio Grande #BACE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 44.5%
G = 49.28%
B = 6.22%

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

#BACE1A (or 0xBACE1A) is known color: Rio Grande. HEX triplet: BA, CE and 1A. RGB value is (186,206,26). Sum of RGB (Red+Green+Blue) = 186+206+26=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE1A is #4531E5. Grayscale: #B4B4B4. Windows color (decimal): -4534758 or 1756858. OLE color: 1756858.

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

Color convert

RGB 186 206 26 -
CMYK 0.10 0 0.87 0.19
HSL 66.67º 0.78% 0.45% -
HSV(B) 66.67º 0.87% 0.81% -
XYZ 42.51 54.66 9.29 -
YUV 179.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 186 206 26 0.10 0 0.87 0.19 66.67 0.78 0.45
Hex BA CE 1A A 0 57 13 43 4E 2D
Octal 272 316 32 12 0 127 23 103 116 55
Binary 10111010 11001110 11010 1010 0 1010111 10011 1000011 1001110 101101

Color Harmonies of #BACE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE1A

Black with #BACE1A

Text Example


Text Example

White with #BACE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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