Html Css Color HEX #BACE1E Rio Grande

📋 copy color: '#BACE1E'

red 186 ◦ green 206 ◦ blue 30

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

Shades of Rio Grande #BACE1E

Tints of Rio Grande #BACE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 44.08%
G = 48.82%
B = 7.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#BACE1E (or 0xBACE1E) is known color: Rio Grande. HEX triplet: BA, CE and 1E. RGB value is (186,206,30). Sum of RGB (Red+Green+Blue) = 186+206+30=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE1E is #4531E1. Grayscale: #B4B4B4. Windows color (decimal): -4534754 or 2019002. OLE color: 2019002.

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

Color convert

RGB 186 206 30 -
CMYK 0.10 0 0.85 0.19
HSL 66.82º 0.75% 0.46% -
HSV(B) 66.82º 0.85% 0.81% -
XYZ 42.56 54.68 9.54 -
YUV 179.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 186 206 30 0.10 0 0.85 0.19 66.82 0.75 0.46
Hex BA CE 1E A 0 55 13 43 4B 2E
Octal 272 316 36 12 0 125 23 103 113 56
Binary 10111010 11001110 11110 1010 0 1010101 10011 1000011 1001011 101110

Color Harmonies of #BACE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE1E

Black with #BACE1E

Text Example


Text Example

White with #BACE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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