Html Css Color HEX #BACE12 Rio Grande

📋 copy color: '#BACE12'

red 186 ◦ green 206 ◦ blue 18

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

Shades of Rio Grande #BACE12

Tints of Rio Grande #BACE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.39%

R = 45.37%
G = 50.24%
B = 4.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#BACE12 (or 0xBACE12) is known color: Rio Grande. HEX triplet: BA, CE and 12. RGB value is (186,206,18). Sum of RGB (Red+Green+Blue) = 186+206+18=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE12 is #4531ED. Grayscale: #B3B3B3. Windows color (decimal): -4534766 or 1232570. OLE color: 1232570.

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

Color convert

RGB 186 206 18 -
CMYK 0.10 0 0.91 0.19
HSL 66.38º 0.84% 0.44% -
HSV(B) 66.38º 0.91% 0.81% -
XYZ 42.43 54.63 8.88 -
YUV 178.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 186 206 18 0.10 0 0.91 0.19 66.38 0.84 0.44
Hex BA CE 12 A 0 5B 13 42 54 2C
Octal 272 316 22 12 0 133 23 102 124 54
Binary 10111010 11001110 10010 1010 0 1011011 10011 1000010 1010100 101100

Color Harmonies of #BACE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE12

Black with #BACE12

Text Example


Text Example

White with #BACE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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