Html Css Color HEX #BACE0E Rio Grande

📋 copy color: '#BACE0E'

red 186 ◦ green 206 ◦ blue 14

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

Shades of Rio Grande #BACE0E

Tints of Rio Grande #BACE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 45.81%
G = 50.74%
B = 3.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#BACE0E (or 0xBACE0E) is known color: Rio Grande. HEX triplet: BA, CE and 0E. RGB value is (186,206,14). Sum of RGB (Red+Green+Blue) = 186+206+14=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE0E is #4531F1. Grayscale: #B2B2B2. Windows color (decimal): -4534770 or 970426. OLE color: 970426.

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

Color convert

RGB 186 206 14 -
CMYK 0.10 0 0.93 0.19
HSL 66.25º 0.87% 0.43% -
HSV(B) 66.25º 0.93% 0.81% -
XYZ 42.4 54.61 8.72 -
YUV 178.13 35.37 133.61 -
System Red Green Blue C M Y K H S L
Decimal 186 206 14 0.10 0 0.93 0.19 66.25 0.87 0.43
Hex BA CE E A 0 5D 13 42 57 2B
Octal 272 316 16 12 0 135 23 102 127 53
Binary 10111010 11001110 1110 1010 0 1011101 10011 1000010 1010111 101011

Color Harmonies of #BACE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE0E

Black with #BACE0E

Text Example


Text Example

White with #BACE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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