Html Css Color HEX #BACE18 Rio Grande

📋 copy color: '#BACE18'

red 186 ◦ green 206 ◦ blue 24

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

Shades of Rio Grande #BACE18

Tints of Rio Grande #BACE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.77%

R = 44.71%
G = 49.52%
B = 5.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BACE18 (or 0xBACE18) is known color: Rio Grande. HEX triplet: BA, CE and 18. RGB value is (186,206,24). Sum of RGB (Red+Green+Blue) = 186+206+24=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE18 is #4531E7. Grayscale: #B3B3B3. Windows color (decimal): -4534760 or 1625786. OLE color: 1625786.

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

Color convert

RGB 186 206 24 -
CMYK 0.10 0 0.88 0.19
HSL 66.59º 0.79% 0.45% -
HSV(B) 66.59º 0.88% 0.81% -
XYZ 42.49 54.65 9.17 -
YUV 179.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 186 206 24 0.10 0 0.88 0.19 66.59 0.79 0.45
Hex BA CE 18 A 0 58 13 43 4F 2D
Octal 272 316 30 12 0 130 23 103 117 55
Binary 10111010 11001110 11000 1010 0 1011000 10011 1000011 1001111 101101

Color Harmonies of #BACE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE18

Black with #BACE18

Text Example


Text Example

White with #BACE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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